Uses of Interface
com.atlassian.bamboo.configuration.external.CredentialsExportService
-
Packages that use CredentialsExportService Package Description com.atlassian.bamboo.configuration.external com.atlassian.bamboo.plugins.rest.configuration.external -
-
Uses of CredentialsExportService in com.atlassian.bamboo.configuration.external
Classes in com.atlassian.bamboo.configuration.external that implement CredentialsExportService Modifier and Type Class Description class
CredentialsExportServiceImpl
-
Uses of CredentialsExportService in com.atlassian.bamboo.plugins.rest.configuration.external
Constructors in com.atlassian.bamboo.plugins.rest.configuration.external with parameters of type CredentialsExportService Constructor Description BambooCredentialsExportResource(CredentialsExportService credentialsExportService, EncryptedCredentialsAccessor encryptedCredentialsAccessor, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, FeatureManager featureManager)
BambooCredentialsImportResource(CredentialsExportService credentialsExportService, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, FeatureManager featureManager)
-