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
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAssociation(String issueTypeId, String fieldConfigurationName) voideditAssociation(String issueTypeId, String newFieldConfigurationName) goTo()Navigates to the configuration page for this field configuration scheme.voidremoveAssociation(String issueTypeId)
-
Method Details
-
addAssociation
- 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
- 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
- Parameters:
issueTypeId- the issue type id (e.g. Bug = "1"); must not be null
-
goTo
Navigates to the configuration page for this field configuration scheme.- Returns:
- this field configuration scheme.
-