@ExperimentalApi
public interface CredentialTypeExporter
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.
|
@NotNull Map<String,String> toCredentialsConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties entityProperties) throws YamlValidationException
YamlValidationException
@NotNull com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials toSpecsEntity(@NotNull CredentialsData credentialsData)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.