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 BitbucketClientFactoryBitbucketClientFactoryProvider. 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 classBitbucketCredentials.AnonymousCredentialsFields in com.atlassian.bitbucket.jenkins.internal.credentials declared as BitbucketCredentials Modifier and Type Field Description static BitbucketCredentialsBitbucketCredentials. ANONYMOUS_CREDENTIALSThe 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 BitbucketCredentialsJenkinsToBitbucketCredentialsImpl. getBearerCredentials(String bearerToken)BitbucketCredentialsJenkinsToBitbucketCredentials. toBitbucketCredentials(com.cloudbees.plugins.credentials.Credentials credentials)Converts the input credentials to Bitbucket CredentialsBitbucketCredentialsJenkinsToBitbucketCredentials. toBitbucketCredentials(String credentialId, Item context)Converts the input credential id for the given context into Bitbucket Credentials.BitbucketCredentialsJenkinsToBitbucketCredentialsImpl. toBitbucketCredentials(com.cloudbees.plugins.credentials.Credentials credentials)BitbucketCredentialsJenkinsToBitbucketCredentialsImpl. 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) 
 -