public interface FieldConfigurationSchemes
Modifier and Type | Interface and Description |
---|---|
static interface |
FieldConfigurationSchemes.FieldConfigurationScheme
Represents a field configuration scheme that actions can be carried out on
|
Modifier and Type | Method and Description |
---|---|
String |
addFieldConfigurationScheme(String name,
String description) |
FieldConfigurationSchemes.FieldConfigurationScheme |
fieldConfigurationScheme(String name) |
String addFieldConfigurationScheme(String name, String description)
name
- the name of the new schemedescription
- the description of the new scheme; optional (use null to ignore)FieldConfigurationSchemes.FieldConfigurationScheme fieldConfigurationScheme(String name)
name
- the name of the field configuration schemeFieldConfigurationSchemes.FieldConfigurationScheme
instance
that can be used to perform actions on the scheme. Note that only one field configuration scheme can be accessed
at a time; if this method is called again, any prior references will now refer to the new scheme.Copyright © 2002-2015 Atlassian. All Rights Reserved.