Uses of Interface
io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClientCommandConfigurer
-
Packages that use TuleapClientCommandConfigurer Package Description io.jenkins.plugins.tuleap_api.deprecated_client io.jenkins.plugins.tuleap_api.deprecated_client.impl -
-
Uses of TuleapClientCommandConfigurer in io.jenkins.plugins.tuleap_api.deprecated_client
Methods in io.jenkins.plugins.tuleap_api.deprecated_client that return TuleapClientCommandConfigurer Modifier and Type Method Description TuleapClientCommandConfigurer<T>
TuleapClientCommandConfigurer. create(String apiUrl)
static <T> TuleapClientCommandConfigurer<T>
TuleapClientCommandConfigurer. newInstance(String serverUrl)
TuleapClientCommandConfigurer<T>
TuleapClientCommandConfigurer. withCommand(TuleapClientRawCmd.Command<T> command)
TuleapClientCommandConfigurer<T>
TuleapClientCommandConfigurer. withCredentials(TuleapAccessToken credentials)
TuleapClientCommandConfigurer<T>
TuleapClientCommandConfigurer. withGitUrl(String gitUrl)
TuleapClientCommandConfigurer<T>
TuleapClientCommandConfigurer. withListener(TaskListener listener)
-
Uses of TuleapClientCommandConfigurer in io.jenkins.plugins.tuleap_api.deprecated_client.impl
Classes in io.jenkins.plugins.tuleap_api.deprecated_client.impl that implement TuleapClientCommandConfigurer Modifier and Type Class Description class
DefaultClientCommandConfigurer<T>
Methods in io.jenkins.plugins.tuleap_api.deprecated_client.impl that return TuleapClientCommandConfigurer Modifier and Type Method Description TuleapClientCommandConfigurer
DefaultClientCommandConfigurer. withListener(TaskListener listener)
-