Package io.jenkins.plugins.reporter
Class JobAction
java.lang.Object
io.jenkins.plugins.reporter.JobAction
- All Implemented Interfaces:
Action,ModelObject,io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the build history for this job.getConfigurableBuildTrendModel(String configuration) Job<?,?> getOwner()Returns the job this action belongs to.boolean
-
Field Details
-
ICON
- See Also:
-
-
Constructor Details
-
JobAction
Creates a new instance ofJobAction.- Parameters:
owner- the job that owns this actionname- the human-readable name
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
createBuildHistory
Returns the build history for this job.- Returns:
- the history
-
getReport
-
getTrendId
-
getOwner
Returns the job this action belongs to.- Returns:
- the job
-
getConfigurableBuildTrendModel
- Specified by:
getConfigurableBuildTrendModelin interfaceio.jenkins.plugins.echarts.AsyncConfigurableTrendChart
-
isTrendVisible
public boolean isTrendVisible()- Specified by:
isTrendVisiblein interfaceio.jenkins.plugins.echarts.AsyncConfigurableTrendChart
-