Uses of Interface
com.atlassian.bamboo.fieldvalue.OptionallyConvertibleFromConfig
Packages that use OptionallyConvertibleFromConfig
Package
Description
-
Uses of OptionallyConvertibleFromConfig in com.atlassian.bamboo.build.docker
Subinterfaces of OptionallyConvertibleFromConfig in com.atlassian.bamboo.build.dockerModifier and TypeInterfaceDescriptioninterface
Configuration of Docker pipeline for a single buildable entity (e.g.Classes in com.atlassian.bamboo.build.docker that implement OptionallyConvertibleFromConfig -
Uses of OptionallyConvertibleFromConfig in com.atlassian.bamboo.fieldvalue
Methods in com.atlassian.bamboo.fieldvalue with type parameters of type OptionallyConvertibleFromConfigModifier and TypeMethodDescriptionstatic <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.branchModifier and TypeInterfaceDescriptioninterface
This 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.interface
Keeps build plans branches configuration settings.Classes in com.atlassian.bamboo.plan.branch that implement OptionallyConvertibleFromConfigModifier and TypeClassDescriptionclass
class
Keeps build plan specific plan branch monitoring settings.class
Dumping ground for any configuration specific to a branch.