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

All Known Implementing Classes:
FieldScreenAssociationsImpl

public interface FieldScreenAssociations

A class to help configure associations of one particular field to screens. The functionality offered here is akin to:

Since:
v4.2
See Also:
FieldConfigurations.FieldConfiguration.getScreens(String)

Method Summary
 void addFieldToScreen(String screen)
          Adds the current field to the specified screen.
 void removeFieldFromScreen(String screen)
          Removes the current field from the specified screen.
 

Method Detail

removeFieldFromScreen

void removeFieldFromScreen(String screen)
Removes the current field from the specified screen.

Parameters:
screen - the name of the screen e.g. Resolve Issue Screen

addFieldToScreen

void addFieldToScreen(String screen)
Adds the current field to the specified screen.

Parameters:
screen - the name of the screen e.g. Resolve Issue Screen


Copyright © 2002-2014 Atlassian. All Rights Reserved.