Uses of Class
com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier
Packages that use SharedCredentialsIdentifier
Package
Description
Shared credentials for authenticating repositories or AWS access.
Bitbucket Cloud repository type.
Git repository type.
GitHub repository type.
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of SharedCredentialsIdentifier in com.atlassian.bamboo.specs.api.builders.credentials
Methods in com.atlassian.bamboo.specs.api.builders.credentials that return SharedCredentialsIdentifierModifier and TypeMethodDescriptionReference shared credential by name.Reference shared credential by oid.Reference shared credential by oid.SharedCredentialsIdentifier.scope(@NotNull SharedCredentialsScope scope) Set scope for shared credentials. -
Uses of SharedCredentialsIdentifier in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud
Methods in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud with parameters of type SharedCredentialsIdentifierModifier and TypeMethodDescriptionBitbucketCloudRepository.accountAuthentication(@NotNull SharedCredentialsIdentifier sharedCredentialsIdentifier) Selects a previously definedSharedCredentialsto configure account authentication with bitbucket.orgBitbucketCloudRepository.checkoutAuthentication(@NotNull SharedCredentialsIdentifier sharedCredentialsIdentifier) Selects a previously definedSharedCredentialswhich will be used to checkout repository from Bitbucket Cloud. -
Uses of SharedCredentialsIdentifier in com.atlassian.bamboo.specs.builders.repository.git
Methods in com.atlassian.bamboo.specs.builders.repository.git with parameters of type SharedCredentialsIdentifierModifier and TypeMethodDescriptionGitRepository.authentication(@NotNull SharedCredentialsIdentifier sharedCredentialsIdentifier) Selects a previously definedSharedCredentialsto authenticate with git server. -
Uses of SharedCredentialsIdentifier in com.atlassian.bamboo.specs.builders.repository.github
Methods in com.atlassian.bamboo.specs.builders.repository.github with parameters of type SharedCredentialsIdentifierModifier and TypeMethodDescriptionGitHubRepository.authentication(@NotNull SharedCredentialsIdentifier sharedCredentialsIdentifier) Selects a previously definedSharedCredentialsto configure account authentication with Github. -
Uses of SharedCredentialsIdentifier in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task with parameters of type SharedCredentialsIdentifierModifier and TypeMethodDescriptionBaseSshTask.authenticateWithSshSharedCredentials(@NotNull SharedCredentialsIdentifier sharedCredentials) BaseSshTask.authenticateWithUsernamePasswordSharedCredentials(@NotNull SharedCredentialsIdentifier sharedCredentials) AbstractDockerRegistryTask.authentication(@NotNull SharedCredentialsIdentifier sharedCredentialsIdentifier) Sets authentication settings to authenticate to Docker registry by Shared credentials.