public class FieldConfigurationSchemesImpl extends Object implements FieldConfigurationSchemes, FieldConfigurationSchemes.FieldConfigurationScheme
FieldConfigurationSchemes.FieldConfigurationScheme| Constructor and Description |
|---|
FieldConfigurationSchemesImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssociation(String issueTypeId,
String fieldConfigurationName) |
String |
addFieldConfigurationScheme(String name,
String description) |
void |
editAssociation(String issueTypeId,
String newFieldConfigurationName) |
FieldConfigurationSchemes.FieldConfigurationScheme |
fieldConfigurationScheme(String name) |
protected Navigation |
getNavigation() |
FieldConfigurationSchemes.FieldConfigurationScheme |
goTo()
Navigates to the configuration page for this field configuration scheme.
|
void |
removeAssociation(String issueTypeId) |
@Inject
public FieldConfigurationSchemesImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData)
protected Navigation getNavigation()
public String addFieldConfigurationScheme(String name, String description)
addFieldConfigurationScheme in interface FieldConfigurationSchemesname - the name of the new schemedescription - the description of the new scheme; optional (use null to ignore)public FieldConfigurationSchemes.FieldConfigurationScheme fieldConfigurationScheme(String name)
fieldConfigurationScheme in interface FieldConfigurationSchemesname - 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.public FieldConfigurationSchemes.FieldConfigurationScheme goTo()
FieldConfigurationSchemes.FieldConfigurationSchemegoTo in interface FieldConfigurationSchemes.FieldConfigurationSchemepublic void addAssociation(String issueTypeId, String fieldConfigurationName)
addAssociation in interface FieldConfigurationSchemes.FieldConfigurationSchemeissueTypeId - 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 Configurationpublic void editAssociation(String issueTypeId, String newFieldConfigurationName)
editAssociation in interface FieldConfigurationSchemes.FieldConfigurationSchemeissueTypeId - 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 Configurationpublic void removeAssociation(String issueTypeId)
removeAssociation in interface FieldConfigurationSchemes.FieldConfigurationSchemeissueTypeId - the issue type id (e.g. Bug = "1"); must not be nullCopyright © 2002-2021 Atlassian. All Rights Reserved.