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