Uses of Interface
com.atlassian.bitbucket.jenkins.internal.credentials.BitbucketCredentials
Packages that use BitbucketCredentials
Package
Description
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
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 BitbucketCredentialsModifier and TypeMethodDescriptionBitbucketClientFactoryProvider.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 BitbucketCredentialsModifierConstructorDescriptionBitbucketRequestExecutor(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 BitbucketCredentialsFields in com.atlassian.bitbucket.jenkins.internal.credentials declared as BitbucketCredentialsModifier and TypeFieldDescriptionstatic final BitbucketCredentialsBitbucketCredentials.ANONYMOUS_CREDENTIALSThe authorization header key which will be sent with all authorized request.Methods in com.atlassian.bitbucket.jenkins.internal.credentials that return BitbucketCredentialsModifier and TypeMethodDescriptionstatic BitbucketCredentialsJenkinsToBitbucketCredentialsImpl.getBearerCredentials(String bearerToken) JenkinsToBitbucketCredentials.toBitbucketCredentials(com.cloudbees.plugins.credentials.Credentials credentials) Converts the input credentials to Bitbucket CredentialsJenkinsToBitbucketCredentials.toBitbucketCredentials(String credentialId, Item context) Converts the input credential id for the given context into Bitbucket Credentials.JenkinsToBitbucketCredentialsImpl.toBitbucketCredentials(com.cloudbees.plugins.credentials.Credentials credentials) 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 BitbucketCredentialsModifierConstructorDescriptionBitbucketScmHelper(String bitbucketBaseUrl, BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketCredentials credentials)