Package com.atlassian.bamboo.fieldvalue
Interface OptionallyConvertibleFromConfig
-
- All Superinterfaces:
ConvertibleFromConfig
- All Known Subinterfaces:
BranchIntegrationConfiguration
,BranchMonitoringConfiguration
,DockerPipelineConfiguration
- All Known Implementing Classes:
BranchIntegrationConfigurationImpl
,BranchMonitoringConfigurationImpl
,BranchSpecificConfiguration
,DockerPipelineConfigurationImpl
@PublicApi public interface OptionallyConvertibleFromConfig extends ConvertibleFromConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid()
Is the object state valid after it has been initialised from properties.-
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
-
-