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)
FieldScreenAssociationsremoveFieldFromScreen in interface FieldScreenAssociationsscreen - the name of the screen e.g. Resolve Issue Screenpublic void addFieldToScreen(String screen)
FieldScreenAssociationsaddFieldToScreen in interface FieldScreenAssociationsscreen - the name of the screen e.g. Resolve Issue ScreenCopyright © 2002-2023 Atlassian. All Rights Reserved.