Uses of Interface
com.atlassian.bamboo.credentials.CredentialsData

Packages that use CredentialsData
com.atlassian.bamboo.configuration.credentials   
com.atlassian.bamboo.credentials   
com.atlassian.bamboo.deployments.execution   
com.atlassian.bamboo.hibernate   
com.atlassian.bamboo.plugins.vcs.task   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.agent.remote   
 

Uses of CredentialsData in com.atlassian.bamboo.configuration.credentials
 

Methods in com.atlassian.bamboo.configuration.credentials that return types with arguments of type CredentialsData
 java.lang.Iterable<CredentialsData> ConfigureSharedCredentials.getCredentials()
           
 

Uses of CredentialsData in com.atlassian.bamboo.credentials
 

Classes in com.atlassian.bamboo.credentials that implement CredentialsData
 class CredentialsDataImpl
           
 

Methods in com.atlassian.bamboo.credentials that return CredentialsData
 CredentialsData PrivateKeyCredentials.convertToCredentials(EncryptionService encryptionService, java.lang.String name)
          Converts a PrivateKeyCredentials to Credentials Object with the key and passphrase encrypted and serialized to xml
 CredentialsData SshCredentialsImpl.convertToCredentials(EncryptionService encryptionService, java.lang.String name)
           
 CredentialsData CredentialsManager.createOrUpdateCredentials(CredentialsData credentials)
          Creates Credentials based on the object representation.
 CredentialsData CredentialsManagerImpl.createOrUpdateCredentials(CredentialsData credentials)
           
 CredentialsData CredentialsAccessor.getCredentials(long id)
          Gets the Shared Credentials by id
 CredentialsData CredentialsManagerImpl.getCredentials(long id)
           
 CredentialsData CredentialsManager.updateCredentialsName(long id, java.lang.String name)
          Updates Shared Credentials name
 CredentialsData CredentialsManagerImpl.updateCredentialsName(long id, java.lang.String name)
           
 

Methods in com.atlassian.bamboo.credentials that return types with arguments of type CredentialsData
 java.lang.Iterable<CredentialsData> CredentialsAccessor.getAllCredentials()
           
 java.lang.Iterable<CredentialsData> CredentialsManagerImpl.getAllCredentials()
           
static java.lang.Iterable<CredentialsData> Credentials.getAllSharedCredentials(java.lang.Iterable<RepositoryDefinition> repositoryDefinitions, CredentialsAccessor credentialsAccessor, com.google.common.base.Function<RepositoryDefinition,Repository> createRepositoryFromDefinition)
           
 

Methods in com.atlassian.bamboo.credentials with parameters of type CredentialsData
 CredentialsData CredentialsManager.createOrUpdateCredentials(CredentialsData credentials)
          Creates Credentials based on the object representation.
 CredentialsData CredentialsManagerImpl.createOrUpdateCredentials(CredentialsData credentials)
           
 

Constructors in com.atlassian.bamboo.credentials with parameters of type CredentialsData
SshCredentialsImpl(CredentialsData credentials)
           
 

Uses of CredentialsData in com.atlassian.bamboo.deployments.execution
 

Methods in com.atlassian.bamboo.deployments.execution that return types with arguments of type CredentialsData
 java.lang.Iterable<CredentialsData> DeploymentContextImpl.getSharedCredentials()
           
 

Constructor parameters in com.atlassian.bamboo.deployments.execution with type arguments of type CredentialsData
DeploymentContextImpl(DeploymentProject deploymentProject, DeploymentResult deploymentResult, java.util.List<TaskDefinition> taskDefinitions, java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration, VariableContext variableContext, java.util.Map<java.lang.Long,RepositoryDefinition> repositoryDefinitionMap, java.util.Map<java.lang.String,Artifact> versionArtifacts, DeploymentVersion previousVersion, java.lang.Iterable<CredentialsData> sharedCredentials)
           
 

Uses of CredentialsData in com.atlassian.bamboo.hibernate
 

Constructors in com.atlassian.bamboo.hibernate with parameters of type CredentialsData
SharedCredentialsInvalidator(CredentialsData credentialsData)
           
 

Uses of CredentialsData in com.atlassian.bamboo.plugins.vcs.task
 

Methods in com.atlassian.bamboo.plugins.vcs.task that return types with arguments of type CredentialsData
 java.lang.Iterable<CredentialsData> DeploymentRepositoryBuildContext.getSharedCredentials()
           
 

Uses of CredentialsData in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return types with arguments of type CredentialsData
 java.lang.Iterable<CredentialsData> CommonContext.getSharedCredentials()
           
 java.lang.Iterable<CredentialsData> BuildContextImpl.getSharedCredentials()
           
 

Constructor parameters in com.atlassian.bamboo.v2.build with type arguments of type CredentialsData
BuildContextImpl(BuildIdentifier identifier, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, BuildContext parentBuildContext, ArtifactContext artifactContext, VariableContext variableContext, java.util.Map<java.lang.String,java.lang.String> customBuildData, java.util.Map<java.lang.Long,RepositoryDefinition> repositoryDefinitionMap, java.util.Set<java.lang.Long> relevantRepositoryIds, java.util.Map<java.lang.Long,java.lang.String> checkoutLocation, boolean isBranch, boolean isOnceOff, boolean isCustomBuild, BambooBandanaContext bandanaContext, java.lang.Iterable<CredentialsData> relevantSharedCredentials)
          Using this constructor directly is not recommended.
 

Uses of CredentialsData in com.atlassian.bamboo.v2.build.agent.remote
 

Methods in com.atlassian.bamboo.v2.build.agent.remote that return CredentialsData
 CredentialsData RemoteCredentialsAccessor.getCredentials(long id)
           
 

Methods in com.atlassian.bamboo.v2.build.agent.remote that return types with arguments of type CredentialsData
 java.lang.Iterable<CredentialsData> RemoteCredentialsAccessor.getAllCredentials()
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.