public class FieldScreenAssociationsImpl extends Object implements FieldScreenAssociations
Constructor and Description |
---|
FieldScreenAssociationsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
void |
addFieldToScreen(String screen)
Adds the current field to the specified screen.
|
void |
removeFieldFromScreen(String screen)
Removes the current field from the specified screen.
|
@Inject public FieldScreenAssociationsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
public void removeFieldFromScreen(String screen)
FieldScreenAssociations
removeFieldFromScreen
in interface FieldScreenAssociations
screen
- the name of the screen e.g. Resolve Issue Screen
public void addFieldToScreen(String screen)
FieldScreenAssociations
addFieldToScreen
in interface FieldScreenAssociations
screen
- the name of the screen e.g. Resolve Issue Screen
Copyright © 2002-2018 Atlassian. All Rights Reserved.