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:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in 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:
getConfigurableBuildTrendModel
in interfaceio.jenkins.plugins.echarts.AsyncConfigurableTrendChart
-
isTrendVisible
public boolean isTrendVisible()- Specified by:
isTrendVisible
in interfaceio.jenkins.plugins.echarts.AsyncConfigurableTrendChart
-