Uses of Interface
io.jenkins.plugins.tuleap_api.client.GitRepositoryReference
-
Packages that use GitRepositoryReference Package Description io.jenkins.plugins.tuleap_api.client io.jenkins.plugins.tuleap_api.client.internals.entities -
-
Uses of GitRepositoryReference in io.jenkins.plugins.tuleap_api.client
Methods in io.jenkins.plugins.tuleap_api.client that return GitRepositoryReference Modifier and Type Method Description GitRepositoryReference
GitPullRequest. getDestinationRepository()
GitRepositoryReference
PullRequest. getDestinationRepository()
GitRepositoryReference
GitPullRequest. getSourceRepository()
GitRepositoryReference
PullRequest. getSourceRepository()
-
Uses of GitRepositoryReference in io.jenkins.plugins.tuleap_api.client.internals.entities
Classes in io.jenkins.plugins.tuleap_api.client.internals.entities that implement GitRepositoryReference Modifier and Type Class Description class
GitRepositoryReferenceEntity
Methods in io.jenkins.plugins.tuleap_api.client.internals.entities that return GitRepositoryReference Modifier and Type Method Description GitRepositoryReference
GitPullRequestEntity. getDestinationRepository()
GitRepositoryReference
PullRequestEntity. getDestinationRepository()
GitRepositoryReference
GitPullRequestEntity. getSourceRepository()
GitRepositoryReference
PullRequestEntity. getSourceRepository()
-