Uses of Class
io.jenkins.plugins.tuleap_api.deprecated_client.api.TuleapGitRepository
-
Packages that use TuleapGitRepository Package Description io.jenkins.plugins.tuleap_api.deprecated_client io.jenkins.plugins.tuleap_api.deprecated_client.api -
-
Uses of TuleapGitRepository in io.jenkins.plugins.tuleap_api.deprecated_client
Methods in io.jenkins.plugins.tuleap_api.deprecated_client that return types with arguments of type TuleapGitRepository Modifier and Type Method Description Stream<TuleapGitRepository>TuleapClient. allProjectRepositories(String projectId)Get a list of git repositories of the project identified by a projectIfStream<TuleapGitRepository>TuleapClientRawCmd.AllRepositoriesByProject. call() -
Uses of TuleapGitRepository in io.jenkins.plugins.tuleap_api.deprecated_client.api
Methods in io.jenkins.plugins.tuleap_api.deprecated_client.api that return types with arguments of type TuleapGitRepository Modifier and Type Method Description List<TuleapGitRepository>TuleapProjectRepositories. getRepositories()Method parameters in io.jenkins.plugins.tuleap_api.deprecated_client.api with type arguments of type TuleapGitRepository Modifier and Type Method Description voidTuleapProjectRepositories. setRepositories(List<TuleapGitRepository> repositories)
-