Interface PullRequestSupplier

    • Method Detail

      • getPullRequests

        @NotNull
        List<PullRequest> getPullRequests​(@NotNull
                                          SBuild build)
        Provides pull request information for a build. More than one pull request can be associated with a single build.
        Parameters:
        build - build, either queued, running or finished
        Returns:
        a list of pull requests if found