Uses of Interface
com.atlassian.bamboo.credentials.CredentialsManager
-
-
Uses of CredentialsManager in com.atlassian.bamboo.analytics.basedata.collector.generator
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type CredentialsManager Constructor Description BuildResourcesEventProducer(VariableDefinitionManager variableDefinitionManager, CredentialsManager credentialsManager, RepositoryDefinitionManager repositoryDefinitionManager, ProjectManager projectManager)
-
Uses of CredentialsManager in com.atlassian.bamboo.configuration.credentials
Fields in com.atlassian.bamboo.configuration.credentials declared as CredentialsManager Modifier and Type Field Description protected CredentialsManager
DeleteSharedCredentials. credentialsManager
Methods in com.atlassian.bamboo.configuration.credentials with parameters of type CredentialsManager Modifier and Type Method Description void
ConfigureSharedCredentials. setCredentialsManager(CredentialsManager credentialsManager)
void
CreateSharedCredentials. setCredentialsManager(CredentialsManager credentialsManager)
void
EditSharedCredentials. setCredentialsManager(CredentialsManager credentialsManager)
-
Uses of CredentialsManager in com.atlassian.bamboo.credentials
Classes in com.atlassian.bamboo.credentials that implement CredentialsManager Modifier and Type Class Description class
CredentialsManagerImpl
Make sure all mutative operations are logging changes with AuditLogService -
Uses of CredentialsManager in com.atlassian.bamboo.plugins.rest.admin.sharedcredentials
Constructors in com.atlassian.bamboo.plugins.rest.admin.sharedcredentials with parameters of type CredentialsManager Constructor Description SharedCredentialConversionFunction(LinkService linkService, CredentialsManager credentialsManager, ProjectManager projectManager)
SharedCredentialResource(CredentialsManager credentialsManager, ProjectManager projectManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LinkService linkService, RestPermissionCheck restPermissionCheck, SharedCredentialConversionFunction sharedCredentialConversionFunction)
-
Uses of CredentialsManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type CredentialsManager Constructor Description ProjectResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, ProjectManager projectManager, PlanRestService planRestService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssPermissionManager rssPermissionManager, ProjectConfigurationService projectConfigurationService, SpecsExporter specsExporter, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, CredentialsManager credentialsManager, PaginatedDataCollector paginatedDataCollector, VcsRepositoryManager vcsRepositoryManager, LinkService linkService, SharedCredentialConversionFunction sharedCredentialConversionFunction)
-
Uses of CredentialsManager in com.atlassian.bamboo.ww2.actions.project.sharedcredentials
Fields in com.atlassian.bamboo.ww2.actions.project.sharedcredentials declared as CredentialsManager Modifier and Type Field Description protected CredentialsManager
DeleteProjectSharedCredentials. credentialsManager
Methods in com.atlassian.bamboo.ww2.actions.project.sharedcredentials with parameters of type CredentialsManager Modifier and Type Method Description void
ConfigureProjectSharedCredentials. setCredentialsManager(CredentialsManager credentialsManager)
void
CreateProjectSharedCredentials. setCredentialsManager(CredentialsManager credentialsManager)
void
EditProjectSharedCredentials. setCredentialsManager(CredentialsManager credentialsManager)
-