Class TuleapClientRawCmd.Branches
- java.lang.Object
 - 
- io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClientRawCmd
 - 
- io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClientRawCmd.Branches
 
 
 
- 
- All Implemented Interfaces:
 TuleapClientRawCmd.Command<Stream<TuleapBranches>>
- Enclosing class:
 - TuleapClientRawCmd
 
public static class TuleapClientRawCmd.Branches extends TuleapClientRawCmd implements TuleapClientRawCmd.Command<Stream<TuleapBranches>>
 
- 
- 
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 Branches(int idRepo) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<TuleapBranches>call()- 
Methods inherited from class io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClientRawCmd
setClient 
 - 
 
 - 
 
- 
- 
Method Detail
- 
call
public Stream<TuleapBranches> call() throws IOException
- Specified by:
 callin interfaceTuleapClientRawCmd.Command<Stream<TuleapBranches>>- Throws:
 IOException
 
 - 
 
 -