Uses of Interface
com.atlassian.bamboo.credentials.CredentialsManager
Packages that use CredentialsManager
Package
Description
-
Uses of CredentialsManager in com.atlassian.bamboo.analytics.basedata.collector.generator
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type CredentialsManagerModifierConstructorDescriptionBuildResourcesEventProducer
(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 CredentialsManagerModifier and TypeFieldDescriptionprotected CredentialsManager
DeleteSharedCredentials.credentialsManager
Methods in com.atlassian.bamboo.configuration.credentials with parameters of type CredentialsManagerModifier and TypeMethodDescriptionvoid
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 CredentialsManagerModifier and TypeClassDescriptionclass
Make sure all mutative operations are logging changes with AuditLogService -
Uses of CredentialsManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type CredentialsManagerModifierConstructorDescriptionProjectResource
(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, RestAuthenticationContext restAuthenticationContext)