Class StaticAnalysisLabelProvider.DefaultAgeBuilder
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider.DefaultAgeBuilder
-
- All Implemented Interfaces:
StaticAnalysisLabelProvider.AgeBuilder
,Function<Integer,String>
- Enclosing class:
- StaticAnalysisLabelProvider
public static class StaticAnalysisLabelProvider.DefaultAgeBuilder extends Object implements StaticAnalysisLabelProvider.AgeBuilder
Computes the age of a build as a hyper link.
-
-
Constructor Summary
Constructors Constructor Description DefaultAgeBuilder(int currentBuild, String resultUrl)
Creates a new instance ofStaticAnalysisLabelProvider.DefaultAgeBuilder
.
-
-
-
Constructor Detail
-
DefaultAgeBuilder
public DefaultAgeBuilder(int currentBuild, String resultUrl)
Creates a new instance ofStaticAnalysisLabelProvider.DefaultAgeBuilder
.- Parameters:
currentBuild
- number of the current buildresultUrl
- URL to the results
-
-