Uses of Interface
com.atlassian.configurable.ObjectConfigurationProperty
-
Uses of ObjectConfigurationProperty in com.atlassian.configurable
Modifier and TypeClassDescriptionclass
This interface is a property of an Object Configuration and contains a name, description, default value and the type (ObjectConfigurationTypes) of this property.class
Represents a property which gets its values derived from aValuesGenerator
implementation.class
Uses an xml element to configure a list of keys and values as the available values for this property.Modifier and TypeMethodDescriptionObjectDescriptor.validateProperties
(Map<String, ObjectConfigurationProperty> values) Modifier and TypeMethodDescriptionObjectDescriptor.validateProperties
(Map<String, ObjectConfigurationProperty> values) ModifierConstructorDescriptionObjectConfigurationImpl
(Map<String, ObjectConfigurationProperty> configProperties, ObjectDescriptor od) Creates a new ObjectConfigurationImpl object.