com.atlassian.jira.pageobjects.pages.admin.customfields
Class FieldWisherDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.admin.customfields.FieldWisherDialog

public class FieldWisherDialog
extends Object

TODO: Document this class / interface here

Since:
v6.1

Constructor Summary
FieldWisherDialog()
           
 
Method Summary
 void await()
           
 void clickNext()
          Clicks the next button.
 TypeSelectionCustomFieldDialog create(String name)
          Choose to create a new custom field.
 String getNextButtonText()
           
 void init()
           
 void select(String name)
          Select an existing custom field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldWisherDialog

public FieldWisherDialog()
Method Detail

await

public void await()

init

public void init()

select

public void select(String name)
Select an existing custom field.

Parameters:
name - the name of the custom field to select

clickNext

public void clickNext()
Clicks the next button.


create

public TypeSelectionCustomFieldDialog create(String name)
Choose to create a new custom field.

Returns:
The next step in the process.

getNextButtonText

public String getNextButtonText()
Returns:
the next button's text


Copyright © 2002-2014 Atlassian. All Rights Reserved.