Uses of Interface
com.atlassian.bitbucket.jenkins.internal.credentials.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
Modifier and TypeMethodDescriptionBitbucketClientFactoryProvider.getClient
(String baseUrl, BitbucketCredentials credentials) Return a client factory for the given base URL.ModifierConstructorDescriptionBitbucketRequestExecutor
(String bitbucketBaseUrl, HttpRequestExecutor httpRequestExecutor, com.fasterxml.jackson.databind.ObjectMapper objectMapper, BitbucketCredentials credentials) -
Uses of BitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.credentials
Modifier and TypeFieldDescriptionstatic final BitbucketCredentials
BitbucketCredentials.ANONYMOUS_CREDENTIALS
The authorization header key which will be sent with all authorized request.Modifier and TypeMethodDescriptionstatic BitbucketCredentials
JenkinsToBitbucketCredentialsImpl.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
ModifierConstructorDescriptionBitbucketScmHelper
(String bitbucketBaseUrl, BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketCredentials credentials)