Uses of Interface
com.atlassian.bamboo.fieldvalue.OptionallyConvertibleFromConfig
-
Packages that use OptionallyConvertibleFromConfig Package Description com.atlassian.bamboo.build.docker com.atlassian.bamboo.fieldvalue com.atlassian.bamboo.plan.branch -
-
Uses of OptionallyConvertibleFromConfig in com.atlassian.bamboo.build.docker
Subinterfaces of OptionallyConvertibleFromConfig in com.atlassian.bamboo.build.docker Modifier and Type Interface Description interfaceDockerPipelineConfigurationConfiguration of Docker pipeline for a single buildable entity (e.g.Classes in com.atlassian.bamboo.build.docker that implement OptionallyConvertibleFromConfig Modifier and Type Class Description classDockerPipelineConfigurationImpl -
Uses of OptionallyConvertibleFromConfig in com.atlassian.bamboo.fieldvalue
Methods in com.atlassian.bamboo.fieldvalue with type parameters of type OptionallyConvertibleFromConfig Modifier and Type Method Description static <T extends OptionallyConvertibleFromConfig>
TBuildDefinitionConverterImpl. populate(@NotNull org.apache.commons.configuration.HierarchicalConfiguration fromConfig, T optionallyConvertibleFromConfig) -
Uses of OptionallyConvertibleFromConfig in com.atlassian.bamboo.plan.branch
Subinterfaces of OptionallyConvertibleFromConfig in com.atlassian.bamboo.plan.branch Modifier and Type Interface Description interfaceBranchIntegrationConfigurationThis interface is used to store branch "integration strategy" settings - the thing that does the merge with an arbitrary branch (so called 'integration branch') prior to executing the jobs, and pushing the merge commit back to the repository after successful build.interfaceBranchMonitoringConfigurationKeeps build plans branches configuration settings.Classes in com.atlassian.bamboo.plan.branch that implement OptionallyConvertibleFromConfig Modifier and Type Class Description classBranchIntegrationConfigurationImplclassBranchMonitoringConfigurationImplKeeps build plan specific plan branch monitoring settings.classBranchSpecificConfigurationDumping ground for any configuration specific to a branch.
-