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


Method Summary
 void addAssociation(String issueTypeId, String fieldConfigurationName)
           
 void editAssociation(String issueTypeId, String newFieldConfigurationName)
           
 FieldConfigurationSchemes.FieldConfigurationScheme goTo()
          Navigates to the configuration page for this field configuration scheme.
 void removeAssociation(String issueTypeId)
           
 

Method Detail

addAssociation

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

editAssociation

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

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-2012 Atlassian. All Rights Reserved.