Uses of Class
io.jenkins.plugins.tuleap_api.client.exceptions.git.TreeNotFoundException
-
Packages that use TreeNotFoundException Package Description io.jenkins.plugins.tuleap_api.client io.jenkins.plugins.tuleap_api.client.internals -
-
Uses of TreeNotFoundException in io.jenkins.plugins.tuleap_api.client
Methods in io.jenkins.plugins.tuleap_api.client that throw TreeNotFoundException Modifier and Type Method Description List<GitTreeContent>
GitApi. getTree(String repositoryId, String commitReference, String path, TuleapAccessToken token)
-
Uses of TreeNotFoundException in io.jenkins.plugins.tuleap_api.client.internals
Methods in io.jenkins.plugins.tuleap_api.client.internals that throw TreeNotFoundException Modifier and Type Method Description List<GitTreeContent>
TuleapApiClient. getTree(String repositoryId, String commitReference, String path, TuleapAccessToken token)
-