Interface EnvironmentCustomConfig
- All Superinterfaces:
BambooIdProvider,BambooObject
- All Known Implementing Classes:
EnvironmentCustomConfigImpl
Represents custom Environment configuration that will be stored in the database.
Should not be exposed outside of it's managing service.
-
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable MutableEnvironment@Nullable StringvoidsetDockerPipelineConfiguration(@Nullable String configuration) voidsetEnvironment(@NotNull MutableEnvironment environment) voidsetPluginConfiguration(@Nullable String configuration) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getPluginConfiguration
-
setPluginConfiguration
-
getDockerPipelineConfiguration
-
setDockerPipelineConfiguration
-
getEnvironment
-
setEnvironment
-