Schnittstelle ResultSelector

Alle bekannten Implementierungsklassen:
ByIdResultSelector

public interface ResultSelector
Selects a ResultAction from all registered actions in a given job.
Autor:
Ullrich Hafner
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    get(Run<?,?> build)
    Tries to find a result action of the specified build that should be used to compute the history.
  • Methodendetails

    • get

      Optional<ResultAction> get(Run<?,?> build)
      Tries to find a result action of the specified build that should be used to compute the history.
      Parameter:
      build - the build
      Gibt zurück:
      the result action, if there is one attached to the job