com.atlassian.jira.functest.framework.admin
Interface FieldConfigurationSchemes

All Known Implementing Classes:
FieldConfigurationSchemesImpl

public interface FieldConfigurationSchemes

Actions to be performed on the Field Configuration Schemes in JIRA's administration interface.

Since:
v4.0

Nested Class Summary
static interface FieldConfigurationSchemes.FieldConfigurationScheme
          Represents a field configuration scheme that actions can be carried out on
 
Method Summary
 String addFieldConfigurationScheme(String name, String description)
           
 FieldConfigurationSchemes.FieldConfigurationScheme fieldConfigurationScheme(String name)
           
 

Method Detail

addFieldConfigurationScheme

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

fieldConfigurationScheme

FieldConfigurationSchemes.FieldConfigurationScheme fieldConfigurationScheme(String name)
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.


Copyright © 2002-2012 Atlassian. All Rights Reserved.