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 String
void
setDockerPipelineConfiguration
(@Nullable String configuration) void
setEnvironment
(@NotNull MutableEnvironment environment) void
setPluginConfiguration
(@Nullable String configuration) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getPluginConfiguration
-
setPluginConfiguration
-
getDockerPipelineConfiguration
-
setDockerPipelineConfiguration
-
getEnvironment
-
setEnvironment
-