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 hyperlink.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultAgeBuilder(int currentBuildNumber, String resultUrl) Deprecated.DefaultAgeBuilder(int currentBuildNumber, String resultUrl, Job<?, ?> job) Creates a new instance ofStaticAnalysisLabelProvider.DefaultAgeBuilder. -
Method Summary
-
Constructor Details
-
DefaultAgeBuilder
Deprecated.Creates a new instance ofStaticAnalysisLabelProvider.DefaultAgeBuilder.- Parameters:
currentBuildNumber- number of the current buildresultUrl- URL to the results
-
DefaultAgeBuilder
Creates a new instance ofStaticAnalysisLabelProvider.DefaultAgeBuilder.- Parameters:
currentBuildNumber- number of the current buildresultUrl- URL to the resultsjob- the job
-
-
Method Details
DefaultAgeBuilder(int, String, Job)