Interface EnvironmentCustomConfig

All Superinterfaces:
BambooIdProvider, BambooObject
All Known Implementing Classes:
EnvironmentCustomConfigImpl

@Internal public interface EnvironmentCustomConfig extends BambooObject
Represents custom Environment configuration that will be stored in the database. Should not be exposed outside of it's managing service.
  • Method Details

    • getPluginConfiguration

      @Nullable @Nullable String getPluginConfiguration()
    • setPluginConfiguration

      void setPluginConfiguration(@Nullable @Nullable String configuration)
    • getDockerPipelineConfiguration

      @Nullable @Nullable String getDockerPipelineConfiguration()
    • setDockerPipelineConfiguration

      void setDockerPipelineConfiguration(@Nullable @Nullable String configuration)
    • getEnvironment

      @Nullable @Nullable MutableEnvironment getEnvironment()
    • setEnvironment

      void setEnvironment(@NotNull @NotNull MutableEnvironment environment)