Klasse CoverageJobAction
java.lang.Object
io.jenkins.plugins.util.JobAction<CoverageBuildAction>
io.jenkins.plugins.echarts.TrendChartJobAction<CoverageBuildAction>
io.jenkins.plugins.coverage.metrics.steps.CoverageJobAction
- Alle implementierten Schnittstellen:
Action
,ModelObject
,io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
public class CoverageJobAction
extends io.jenkins.plugins.echarts.TrendChartJobAction<CoverageBuildAction>
Project level action for the coverage results. A job action displays a link on the side panel of a job that refers to
the last build that contains coverage results (i.e. a
CoverageBuildAction
with a Node
instance). This
action also is responsible to render the historical trend via its associated 'floatingBox.jelly' view.- Autor:
- Ullrich Hafner
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected edu.hm.hafner.echarts.line.LinesChartModel
createChartModel
(String configuration) Job
<?, ?> Returns a label for the trend chart.Von Klasse geerbte Methoden io.jenkins.plugins.echarts.TrendChartJobAction
createBuildHistory, getConfigurableBuildTrendModel, isTrendVisible
Von Klasse geerbte Methoden io.jenkins.plugins.util.JobAction
doIndex, getBuildActionClass, getOwner
-
Methodendetails
-
getIconFileName
-
getDisplayName
-
getTrendName
Returns a label for the trend chart.- Gibt zurück:
- a label for the trend chart
-
getUrlName
- Angegeben von:
getUrlName
in SchnittstelleAction
- Angegeben von:
getUrlName
in Klasseio.jenkins.plugins.echarts.TrendChartJobAction<CoverageBuildAction>
-
getProject
-
getSearchUrl
-
createChartModel
- Angegeben von:
createChartModel
in Klasseio.jenkins.plugins.echarts.TrendChartJobAction<CoverageBuildAction>
-
getLatestAction
- Setzt außer Kraft:
getLatestAction
in Klasseio.jenkins.plugins.util.JobAction<CoverageBuildAction>
-