Interface ResultSelector

  • All Known Implementing Classes:
    ByIdResultSelector

    public interface ResultSelector
    Selects a ReportAction from all registered actions in a given job.
    Author:
    Simon Symhoven
    • Method Detail

      • get

        Optional<ReportAction> get​(Run<?,​?> build)
        Tries to find a report action of the specified build that should be used to compute the history.
        Parameters:
        build - the build
        Returns:
        the report action, if there is one attached to the job