Package com.atlassian.bamboo.credentials
Class DefaultCredentialTypeExporter
java.lang.Object
com.atlassian.bamboo.credentials.DefaultCredentialTypeExporter
- All Implemented Interfaces:
CredentialTypeExporter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoCredentialsConfiguration
(com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties entityProperties) Converts properties object received from importer to Bamboo credentials configuration.@NotNull com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
toSpecsEntity
(@NotNull CredentialsData credentialData) Exports the supplied credentials data and credential configuration to a credential type-specific properties.
-
Constructor Details
-
DefaultCredentialTypeExporter
public DefaultCredentialTypeExporter()
-
-
Method Details
-
toSpecsEntity
@NotNull public @NotNull com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials toSpecsEntity(@NotNull @NotNull CredentialsData credentialData) Description copied from interface:CredentialTypeExporter
Exports the supplied credentials data and credential configuration to a credential type-specific properties.- Specified by:
toSpecsEntity
in interfaceCredentialTypeExporter