Uses of Class
io.jenkins.plugins.remote.result.trigger.exceptions.CredentialsNotFoundException
Packages that use CredentialsNotFoundException
-
Uses of CredentialsNotFoundException in io.jenkins.plugins.remote.result.trigger.auth2
Methods in io.jenkins.plugins.remote.result.trigger.auth2 that throw CredentialsNotFoundExceptionModifier and TypeMethodDescriptionabstract String
Auth2.getCredentials
(Item item) Get JenkinsClient Credentials Or ApiTokenCredentialsAuth.getCredentials
(Item item) Get JenkinsClient CredentialsNoneAuth.getCredentials
(Item item) Get JenkinsClient Credentials Or ApiTokenTokenAuth.getCredentials
(Item item) Get JenkinsClient Credentials Or ApiTokenCredentialsAuth.getPassword
(Item item) Tries to find the Jenkins Credential and returns the password.CredentialsAuth.getUserName
(Item item) Tries to find the Jenkins Credential and returns the user name.