Package | Description |
---|---|
com.atlassian.configurable |
Modifier and Type | Class and Description |
---|---|
class |
ObjectConfigurationPropertyImpl
This interface is a property of an Object Configuration and contains a name, description, default value and the type
(ObjectConfigurationTypes) of this property.
|
class |
ValuesGeneratorObjectConfigurationProperty
Represents a property which gets its values derived from a
ValuesGenerator
implementation. |
class |
XMLValuesObjectConfigurationProperty
Uses an xml element to configure a list of keys and values as the available values for this property.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ObjectConfigurationProperty> |
ObjectDescriptor.validateProperties(Map<String,ObjectConfigurationProperty> values) |
Modifier and Type | Method and Description |
---|---|
Map<String,ObjectConfigurationProperty> |
ObjectDescriptor.validateProperties(Map<String,ObjectConfigurationProperty> values) |
Constructor and Description |
---|
ObjectConfigurationImpl(Map<String,ObjectConfigurationProperty> configProperties,
ObjectDescriptor od)
Creates a new ObjectConfigurationImpl object.
|
Copyright © 2002-2016 Atlassian. All Rights Reserved.