Uses of Interface
io.jenkins.plugins.tuleap_api.client.GitPullRequest
-
Packages that use GitPullRequest Package Description io.jenkins.plugins.tuleap_api.client io.jenkins.plugins.tuleap_api.client.internals io.jenkins.plugins.tuleap_api.client.internals.entities -
-
Uses of GitPullRequest in io.jenkins.plugins.tuleap_api.client
Methods in io.jenkins.plugins.tuleap_api.client that return types with arguments of type GitPullRequest Modifier and Type Method Description List<GitPullRequest>
GitApi. getPullRequests(String repositoryId, TuleapAccessToken token)
List<? extends GitPullRequest>
GitPullRequests. getPullRequests()
-
Uses of GitPullRequest in io.jenkins.plugins.tuleap_api.client.internals
Methods in io.jenkins.plugins.tuleap_api.client.internals that return types with arguments of type GitPullRequest Modifier and Type Method Description List<GitPullRequest>
TuleapApiClient. getPullRequests(String repositoryId, TuleapAccessToken token)
-
Uses of GitPullRequest in io.jenkins.plugins.tuleap_api.client.internals.entities
Classes in io.jenkins.plugins.tuleap_api.client.internals.entities that implement GitPullRequest Modifier and Type Class Description class
GitPullRequestEntity
Methods in io.jenkins.plugins.tuleap_api.client.internals.entities that return types with arguments of type GitPullRequest Modifier and Type Method Description List<? extends GitPullRequest>
GitPullRequestsEntity. getPullRequests()
-