Interface ResultSelector
-
- All Known Implementing Classes:
ByIdResultSelector
public interface ResultSelector
Selects aResultAction
from all registered actions in a given job.- Author:
- Ullrich Hafner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ResultAction>
get(Run<?,?> build)
Tries to find a result action of the specified build that should be used to compute the history.
-
-
-
Method Detail
-
get
Optional<ResultAction> get(Run<?,?> build)
Tries to find a result action of the specified build that should be used to compute the history.- Parameters:
build
- the build- Returns:
- the result action, if there is one attached to the job
-
-