Package com.atlassian.bamboo.fieldvalue
Interface ConfigurationMergingCapable
-
- All Known Subinterfaces:
BranchIntegrationConfiguration
- All Known Implementing Classes:
BranchIntegrationConfigurationImpl
public interface ConfigurationMergingCapable
Interface for classes capable of merging their configuration representation into an existing configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
toConfiguration(org.apache.commons.configuration.HierarchicalConfiguration dstConfiguration)
-