public class DefaultCredentialTypeExporter extends Object implements CredentialTypeExporter
Constructor and Description |
---|
DefaultCredentialTypeExporter() |
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 credentialData)
Exports the supplied credentials data and credential configuration to a credential type-specific properties.
|
public Map<String,String> toCredentialsConfiguration(com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties entityProperties)
CredentialTypeExporter
toCredentialsConfiguration
in interface CredentialTypeExporter
@NotNull public com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials toSpecsEntity(@NotNull CredentialsData credentialData)
CredentialTypeExporter
toSpecsEntity
in interface CredentialTypeExporter
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.