Uses of Class
com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier
-
Packages that use SharedCredentialsIdentifier Package Description com.atlassian.bamboo.specs.api.builders.credentials Shared credentials for authenticating repositories or AWS access.com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud Bitbucket Cloud repository type.com.atlassian.bamboo.specs.builders.repository.git Git repository type.com.atlassian.bamboo.specs.builders.task 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 SharedCredentialsIdentifier Modifier and Type Method Description SharedCredentialsIdentifierSharedCredentialsIdentifier. name(@NotNull java.lang.String name)Reference shared credential by name.SharedCredentialsIdentifierSharedCredentialsIdentifier. oid(@NotNull BambooOid oid)Reference shared credential by oid.SharedCredentialsIdentifierSharedCredentialsIdentifier. oid(@NotNull java.lang.String oid)Reference shared credential by oid.SharedCredentialsIdentifierSharedCredentialsIdentifier. 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 SharedCredentialsIdentifier Modifier and Type Method Description BitbucketCloudRepositoryBitbucketCloudRepository. accountAuthentication(@NotNull SharedCredentialsIdentifier sharedCredentialsIdentifier)Selects a previously definedSharedCredentialsto configure account authentication with bitbucket.orgBitbucketCloudRepositoryBitbucketCloudRepository. 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 SharedCredentialsIdentifier Modifier and Type Method Description GitRepositoryGitRepository. authentication(@NotNull SharedCredentialsIdentifier sharedCredentialsIdentifier)Selects a previously definedSharedCredentialsto authenticate with git server. -
Uses of SharedCredentialsIdentifier in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task with parameters of type SharedCredentialsIdentifier Modifier and Type Method Description TBaseSshTask. authenticateWithSshSharedCredentials(@NotNull SharedCredentialsIdentifier sharedCredentials)TBaseSshTask. authenticateWithUsernamePasswordSharedCredentials(@NotNull SharedCredentialsIdentifier sharedCredentials)TAbstractDockerRegistryTask. authentication(@NotNull SharedCredentialsIdentifier sharedCredentialsIdentifier)Sets authentication settings to authenticate to Docker registry by Shared credentials.
-