Class ByIdResultSelector

    • Constructor Detail

      • ByIdResultSelector

        public ByIdResultSelector​(String id)
        Creates a new instance of ByIdResultSelector.
        Parameters:
        id - the ID of the result
    • Method Detail

      • get

        public Optional<ReportAction> get​(Run<?,​?> build)
        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 interface ResultSelector
        Parameters:
        build - the build
        Returns:
        the report action, if there is one attached to the job