Package com.atlassian.bamboo.credentials
Class SshCredentialTypeExporter
java.lang.Object
com.atlassian.bamboo.credentials.SshCredentialTypeExporter
- All Implemented Interfaces:
CredentialTypeExporter
-
Constructor Summary
ConstructorsConstructorDescriptionSshCredentialTypeExporter(org.apache.struts2.text.TextProvider textProvider, DataEncryptionValidator dataEncryptionValidator) -
Method Summary
Modifier and TypeMethodDescriptiontoCredentialsConfiguration(com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties entityProperties) Converts properties object received from importer to Bamboo credentials configuration.com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialstoSpecsEntity(CredentialsData credentialsData) Exports the supplied credentials data and credential configuration to a credential type-specific properties.
-
Constructor Details
-
SshCredentialTypeExporter
@Inject public SshCredentialTypeExporter(org.apache.struts2.text.TextProvider textProvider, DataEncryptionValidator dataEncryptionValidator)
-
-
Method Details
-
toSpecsEntity
public com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials toSpecsEntity(CredentialsData credentialsData) Description copied from interface:CredentialTypeExporterExports the supplied credentials data and credential configuration to a credential type-specific properties.- Specified by:
toSpecsEntityin interfaceCredentialTypeExporter