Class TuleapClientRawCmd.AllRepositoriesByProject
- java.lang.Object
 - 
- io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClientRawCmd
 - 
- io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClientRawCmd.AllRepositoriesByProject
 
 
 
- 
- All Implemented Interfaces:
 TuleapClientRawCmd.Command<Stream<TuleapGitRepository>>
- Enclosing class:
 - TuleapClientRawCmd
 
public static class TuleapClientRawCmd.AllRepositoriesByProject extends TuleapClientRawCmd implements TuleapClientRawCmd.Command<Stream<TuleapGitRepository>>
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClientRawCmd
TuleapClientRawCmd.AllRepositoriesByProject, TuleapClientRawCmd.AllUserProjects, TuleapClientRawCmd.Branches, TuleapClientRawCmd.Command<T>, TuleapClientRawCmd.GetJenkinsFile, TuleapClientRawCmd.IsCredentialsValid, TuleapClientRawCmd.IsTuleapServerUrlValid, TuleapClientRawCmd.ProjectById 
 - 
 
- 
Field Summary
- 
Fields inherited from class io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClientRawCmd
client 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AllRepositoriesByProject(String projectId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<TuleapGitRepository>call()- 
Methods inherited from class io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClientRawCmd
setClient 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AllRepositoriesByProject
public AllRepositoriesByProject(String projectId)
 
 - 
 
- 
Method Detail
- 
call
public Stream<TuleapGitRepository> call() throws IOException
- Specified by:
 callin interfaceTuleapClientRawCmd.Command<Stream<TuleapGitRepository>>- Throws:
 IOException
 
 - 
 
 -