com.atlassian.jira.pageobjects.dialogs.quickedit
Class WorkflowTransitionDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.dialogs.JiraDialog
      extended by com.atlassian.jira.pageobjects.dialogs.FormDialog
          extended by com.atlassian.jira.pageobjects.dialogs.quickedit.WorkflowTransitionDialog

public class WorkflowTransitionDialog
extends FormDialog

Author: Geoffrey Wong Dialog which displays when triggering a workflow transition for a JIRA issue


Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
form, header, loading, messages
 
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.JiraDialog
binder, CONTENT_AREA_CLASS, CONTENT_READY_CLASS, DIALOG_CLASS, DIALOG_OPEN_CLASS, driver, extendedFinder, HEADING_AREA_CLASS, id, locator, queryFactory, timeouts
 
Constructor Summary
WorkflowTransitionDialog(long transitionId)
           
WorkflowTransitionDialog(String transitionId)
           
 
Method Summary
<T> T
getCustomField(Class<T> fieldTypeClass, long customFieldId)
           
<T> T
getCustomField(Class<T> fieldTypeClass, String fullCustomFieldId)
           
 String getWorkflowTransitionButtonUiName()
           
 void init()
           
 WorkflowTransitionDialog setResolution(String resolution)
           
 boolean submitWorkflowTransition()
           
 
Methods inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
assertDialogClosed, assertDialogOpen, close, escape, getAuiMessage, getDialogElement, getFormErrorElements, getFormErrorList, getFormErrors, getTimedTitle, getTitle, hasFormErrors, initAbstractDialog, messages, ready, setElement, submit, submit, submit, waitForFormErrors, waitUntilClosed, waitUntilHidden, waitWhileSubmitting
 
Methods inherited from class com.atlassian.jira.pageobjects.dialogs.JiraDialog
find, find, findAll, findAll, isClosed, isInDOM, isOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowTransitionDialog

public WorkflowTransitionDialog(String transitionId)

WorkflowTransitionDialog

public WorkflowTransitionDialog(long transitionId)
Method Detail

init

public void init()

getCustomField

public <T> T getCustomField(Class<T> fieldTypeClass,
                            String fullCustomFieldId)

getCustomField

public <T> T getCustomField(Class<T> fieldTypeClass,
                            long customFieldId)

submitWorkflowTransition

public boolean submitWorkflowTransition()

getWorkflowTransitionButtonUiName

public String getWorkflowTransitionButtonUiName()

setResolution

public WorkflowTransitionDialog setResolution(String resolution)


Copyright © 2002-2013 Atlassian. All Rights Reserved.