public class SshCredentialTypeExporter extends Object implements CredentialTypeExporter
| Constructor and Description |
|---|
SshCredentialTypeExporter(com.atlassian.struts.TextProvider textProvider) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
toCredentialsConfiguration(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.SharedCredentials |
toSpecsEntity(CredentialsData credentialsData)
Exports the supplied credentials data and credential configuration to a credential type-specific properties.
|
@Inject public SshCredentialTypeExporter(com.atlassian.struts.TextProvider textProvider)
public Map<String,String> toCredentialsConfiguration(com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties entityProperties) throws YamlValidationException
CredentialTypeExportertoCredentialsConfiguration in interface CredentialTypeExporterYamlValidationExceptionpublic com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials toSpecsEntity(CredentialsData credentialsData)
CredentialTypeExportertoSpecsEntity in interface CredentialTypeExporterCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.