Uses of Interface
com.atlassian.bitbucket.jenkins.internal.credentials.BitbucketCredentials
-
Packages that use BitbucketCredentials Package Description com.atlassian.bitbucket.jenkins.internal.client Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.credentials Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client with parameters of type BitbucketCredentials Modifier and Type Method Description BitbucketClientFactory
BitbucketClientFactoryProvider. getClient(String baseUrl, BitbucketCredentials credentials)
Return a client factory for the given base URL.Constructors in com.atlassian.bitbucket.jenkins.internal.client with parameters of type BitbucketCredentials Constructor Description BitbucketRequestExecutor(String bitbucketBaseUrl, HttpRequestExecutor httpRequestExecutor, com.fasterxml.jackson.databind.ObjectMapper objectMapper, BitbucketCredentials credentials)
-
Uses of BitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.credentials
Classes in com.atlassian.bitbucket.jenkins.internal.credentials that implement BitbucketCredentials Modifier and Type Class Description static class
BitbucketCredentials.AnonymousCredentials
Fields in com.atlassian.bitbucket.jenkins.internal.credentials declared as BitbucketCredentials Modifier and Type Field Description static BitbucketCredentials
BitbucketCredentials. ANONYMOUS_CREDENTIALS
The authorization header key which will be sent with all authorized request.Methods in com.atlassian.bitbucket.jenkins.internal.credentials that return BitbucketCredentials Modifier and Type Method Description static BitbucketCredentials
JenkinsToBitbucketCredentialsImpl. getBearerCredentials(String bearerToken)
BitbucketCredentials
JenkinsToBitbucketCredentials. toBitbucketCredentials(com.cloudbees.plugins.credentials.Credentials credentials)
Converts the input credentials to Bitbucket CredentialsBitbucketCredentials
JenkinsToBitbucketCredentials. toBitbucketCredentials(String credentialId, Item context)
Converts the input credential id for the given context into Bitbucket Credentials.BitbucketCredentials
JenkinsToBitbucketCredentialsImpl. toBitbucketCredentials(com.cloudbees.plugins.credentials.Credentials credentials)
BitbucketCredentials
JenkinsToBitbucketCredentialsImpl. toBitbucketCredentials(String credentialId, Item context)
-
Uses of BitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.scm
Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketCredentials Constructor Description BitbucketScmHelper(String bitbucketBaseUrl, BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketCredentials credentials)
-