Uses of Interface
io.jenkins.plugins.tuleap_api.client.GitBranch
-
Packages that use GitBranch 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 GitBranch in io.jenkins.plugins.tuleap_api.client
Methods in io.jenkins.plugins.tuleap_api.client that return types with arguments of type GitBranch Modifier and Type Method Description List<GitBranch>
GitApi. getBranches(String repositoryId, TuleapAccessToken token)
-
Uses of GitBranch in io.jenkins.plugins.tuleap_api.client.internals
Methods in io.jenkins.plugins.tuleap_api.client.internals that return types with arguments of type GitBranch Modifier and Type Method Description List<GitBranch>
TuleapApiClient. getBranches(String repositoryId, TuleapAccessToken token)
-
Uses of GitBranch in io.jenkins.plugins.tuleap_api.client.internals.entities
Classes in io.jenkins.plugins.tuleap_api.client.internals.entities that implement GitBranch Modifier and Type Class Description class
GitBranchEntity
-