Uses of Interface
io.jenkins.plugins.tuleap_credentials.TuleapAccessToken
-
-
Uses of TuleapAccessToken in io.jenkins.plugins.tuleap_api.client
-
Uses of TuleapAccessToken in io.jenkins.plugins.tuleap_api.client.internals
-
Uses of TuleapAccessToken in io.jenkins.plugins.tuleap_api.deprecated_client
Methods in io.jenkins.plugins.tuleap_api.deprecated_client with parameters of type TuleapAccessToken Modifier and Type Method Description TuleapClientCommandConfigurer<T>TuleapClientCommandConfigurer. withCredentials(TuleapAccessToken credentials) -
Uses of TuleapAccessToken in io.jenkins.plugins.tuleap_api.deprecated_client.impl
Methods in io.jenkins.plugins.tuleap_api.deprecated_client.impl with parameters of type TuleapAccessToken Modifier and Type Method Description DefaultClientCommandConfigurer<T>DefaultClientCommandConfigurer. withCredentials(TuleapAccessToken credentials) -
Uses of TuleapAccessToken in io.jenkins.plugins.tuleap_api.steps
Methods in io.jenkins.plugins.tuleap_api.steps with parameters of type TuleapAccessToken Modifier and Type Method Description voidTuleapNotifyCommitStatusRunner. run(TuleapAccessToken accessKey, PrintStream logger, Run run, TuleapNotifyCommitStatusStep step)voidTuleapSendTTMResultsRunner. run(TuleapAccessToken tuleapAccessToken, PrintStream logger, TuleapSendTTMResultsStep step, FilePath filePath, EnvVars envVars) -
Uses of TuleapAccessToken in io.jenkins.plugins.tuleap_credentials
Classes in io.jenkins.plugins.tuleap_credentials that implement TuleapAccessToken Modifier and Type Class Description classTuleapAccessTokenImpl
-