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