Class ByIdResultSelector
java.lang.Object
io.jenkins.plugins.analysis.core.model.ByIdResultSelector
- All Implemented Interfaces:
 ResultSelector
Selects actions using the specific ID of an action.
- Author:
 - Ullrich Hafner
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ByIdResultSelector
Creates a new instance ofByIdResultSelector.- Parameters:
 id- the ID of the result
 
 - 
 - 
Method Details
- 
get
Description copied from interface:ResultSelectorTries to find a result action of the specified build that should be used to compute the history.- Specified by:
 getin interfaceResultSelector- Parameters:
 build- the build- Returns:
 - the result action, if there is one attached to the job
 
 - 
toString
 
 -