Class AbstractIssueSelector

    • Constructor Detail

      • AbstractIssueSelector

        public AbstractIssueSelector()
    • Method Detail

      • findIssueIds

        public abstract Set<String> findIssueIds​(@NonNull
                                                 Run<?,​?> run,
                                                 @NonNull
                                                 JiraSite site,
                                                 @NonNull
                                                 TaskListener listener)
        Finds the strings that match Jira issue ID patterns. This method returns all likely candidates and shouldn't check if such ID actually exists or not.
        Parameters:
        run - The completed run.
        site - Jira site configured for current job.
        listener - Current's run listener.
        Returns:
        Set of ids of issues which should be updated.