Class ByIdResultSelector
java.lang.Object
io.jenkins.plugins.reporter.model.ByIdResultSelector
- All Implemented Interfaces:
ResultSelector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTries to find a report action of the specified build that should be used to compute the history.
-
Constructor Details
-
ByIdResultSelector
Creates a new instance ofByIdResultSelector
.- Parameters:
id
- the ID of the result
-
-
Method Details
-
get
Description copied from interface:ResultSelector
Tries to find a report action of the specified build that should be used to compute the history.- Specified by:
get
in interfaceResultSelector
- Parameters:
build
- the build- Returns:
- the report action, if there is one attached to the job
-