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