com.atlassian.jira.functest.framework.admin
Interface FieldConfigurationSchemes.FieldConfigurationScheme
- All Known Implementing Classes:
- FieldConfigurationSchemesImpl
- Enclosing interface:
- FieldConfigurationSchemes
public static interface FieldConfigurationSchemes.FieldConfigurationScheme
Represents a field configuration scheme that actions can be carried out on
addAssociation
void addAssociation(String issueTypeId,
String fieldConfigurationName)
- Parameters:
issueTypeId
- the issue type id (e.g. Bug = "1"); must not be nullfieldConfigurationName
- the name of the field configuration to associate to the issue type e.g. Default Field Configuration
editAssociation
void editAssociation(String issueTypeId,
String newFieldConfigurationName)
- Parameters:
issueTypeId
- the issue type id (e.g. Bug = "1"); null represents the "unmapped" associationnewFieldConfigurationName
- the name of the new field configuration to associate to the issue type e.g. Default Field Configuration
removeAssociation
void removeAssociation(String issueTypeId)
- Parameters:
issueTypeId
- the issue type id (e.g. Bug = "1"); must not be null
goTo
FieldConfigurationSchemes.FieldConfigurationScheme goTo()
- Navigates to the configuration page for this field configuration scheme.
- Returns:
- this field configuration scheme.
Copyright © 2002-2014 Atlassian. All Rights Reserved.