Package com.atlassian.bamboo.credentials
Interface CredentialTypeExporter
- All Known Implementing Classes:
DefaultCredentialTypeExporter
,SshCredentialTypeExporter
,UsernamePasswordCredentialTypeExporter
@ExperimentalApi
public interface CredentialTypeExporter
-
Method Summary
Modifier and TypeMethodDescriptiontoCredentialsConfiguration
(@NotNull 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 credentialsData) Exports the supplied credentials data and credential configuration to a credential type-specific properties.
-
Method Details
-
toSpecsEntity
@NotNull @NotNull com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials toSpecsEntity(@NotNull @NotNull CredentialsData credentialsData) Exports the supplied credentials data and credential configuration to a credential type-specific properties.