Interface TuleapClientRawCmd.Command<T>
- 
- All Known Implementing Classes:
 TuleapClientRawCmd.AllRepositoriesByProject,TuleapClientRawCmd.AllUserProjects,TuleapClientRawCmd.Branches,TuleapClientRawCmd.GetJenkinsFile,TuleapClientRawCmd.IsCredentialsValid,TuleapClientRawCmd.IsTuleapServerUrlValid,TuleapClientRawCmd.ProjectById
- Enclosing class:
 - TuleapClientRawCmd
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface public static interface TuleapClientRawCmd.Command<T>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall() 
 - 
 
- 
- 
Method Detail
- 
call
T call() throws IOException
- Throws:
 IOException
 
 - 
 
 -