Uses of Interface
io.jenkins.plugins.tuleap_api.client.GitRepository
-
Packages that use GitRepository 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 GitRepository in io.jenkins.plugins.tuleap_api.client
Methods in io.jenkins.plugins.tuleap_api.client that return types with arguments of type GitRepository Modifier and Type Method Description List<? extends GitRepository>
GitRepositories. getGitRepositories()
List<GitRepository>
ProjectApi. getGitRepositories(Integer projectId, TuleapAccessToken token)
-
Uses of GitRepository in io.jenkins.plugins.tuleap_api.client.internals
Methods in io.jenkins.plugins.tuleap_api.client.internals that return types with arguments of type GitRepository Modifier and Type Method Description List<GitRepository>
TuleapApiClient. getGitRepositories(Integer projectId, TuleapAccessToken token)
-
Uses of GitRepository in io.jenkins.plugins.tuleap_api.client.internals.entities
Classes in io.jenkins.plugins.tuleap_api.client.internals.entities that implement GitRepository Modifier and Type Class Description class
GitRepositoryEntity
Methods in io.jenkins.plugins.tuleap_api.client.internals.entities that return types with arguments of type GitRepository Modifier and Type Method Description List<? extends GitRepository>
GitRepositoriesEntity. getGitRepositories()
-