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