com.atlassian.jira.functest.framework.admin.FieldConfigurationSchemes.FieldConfigurationScheme |
Known Indirect Subclasses
|
Class Overview
Represents a field configuration scheme that actions can be carried out on
Public Methods
public
void
addAssociation
(String issueTypeId, String fieldConfigurationName)
Parameters
issueTypeId
| the issue type id (e.g. Bug = "1"); must not be null |
fieldConfigurationName
| the name of the field configuration to associate to the issue type e.g. Default Field Configuration
|
public
void
editAssociation
(String issueTypeId, String newFieldConfigurationName)
Parameters
issueTypeId
| the issue type id (e.g. Bug = "1"); null represents the "unmapped" association |
newFieldConfigurationName
| the name of the new field configuration to associate to the issue type e.g. Default Field Configuration
|
Navigates to the configuration page for this field configuration scheme.
Returns
- this field configuration scheme.
public
void
removeAssociation
(String issueTypeId)
Parameters
issueTypeId
| the issue type id (e.g. Bug = "1"); must not be null
|