com.atlassian.jira.functest.framework.admin.FieldConfigurationSchemes |
Known Indirect Subclasses
|
Class Overview
Actions to be performed on the Field Configuration Schemes in JIRA's administration interface.
Summary
Nested Classes |
interface |
FieldConfigurationSchemes.FieldConfigurationScheme |
Represents a field configuration scheme that actions can be carried out on
|
Public Methods
public
String
addFieldConfigurationScheme
(String name, String description)
Parameters
name
| the name of the new scheme |
description
| the description of the new scheme; optional (use null to ignore) |
Returns
- the id of the new field configuration scheme
Parameters
name
| the name of the field configuration scheme |
Returns
- a reference to a
FieldConfigurationSchemes.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.