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 CredentialsManagerDeleteSharedCredentials.credentialsManagerMethods in com.atlassian.bamboo.configuration.credentials with parameters of type CredentialsManagerModifier and TypeMethodDescriptionvoidConfigureSharedCredentials.setCredentialsManager(CredentialsManager credentialsManager) voidCreateSharedCredentials.setCredentialsManager(CredentialsManager credentialsManager) voidEditSharedCredentials.setCredentialsManager(CredentialsManager credentialsManager) -
Uses of CredentialsManager in com.atlassian.bamboo.credentials
Classes in com.atlassian.bamboo.credentials that implement CredentialsManagerModifier and TypeClassDescriptionclassMake 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)