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