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