Class CustomEnvironmentPluginExportHelper

java.lang.Object
com.atlassian.bamboo.configuration.external.helpers.CustomEnvironmentPluginExportHelper

public class CustomEnvironmentPluginExportHelper extends Object
  • Constructor Details

  • Method Details

    • toSpecsEntity

      @NotNull public @NotNull com.atlassian.bamboo.specs.api.builders.deployment.configuration.EnvironmentPluginConfiguration toSpecsEntity(String completeModuleKey, Map<String,String> configuration)
    • importConfiguration

      @NotNull public @NotNull Map<String,String> importConfiguration(String completeModuleKey, com.atlassian.bamboo.specs.api.model.deployment.configuration.EnvironmentPluginConfigurationProperties properties)
    • getExporter

      @NotNull public @NotNull CustomEnvironmentConfigPluginExporter getExporter(@NotNull @NotNull String completeModuleKey)
    • validatePluginConfigurations

      public void validatePluginConfigurations(com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties, RssPermissions rssPermissions)