com.atlassian.jira.pageobjects.project.workflow
Class EditWorkflowDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.project.workflow.EditWorkflowDialog

public class EditWorkflowDialog
extends Object

Since:
v5.1

Constructor Summary
EditWorkflowDialog()
           
 
Method Summary
<T> T
clickContinueAndBind(Class<T> bindingClass, Object... args)
           
 WorkflowDesignerPage gotoEditWorkflowDigram(String workflowName)
           
 ViewWorkflowSteps gotoEditWorkflowText(String workflowName)
           
 void initialise()
           
 boolean isButtonsVisible()
           
 boolean isProgressBarPresent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditWorkflowDialog

public EditWorkflowDialog()
Method Detail

initialise

public void initialise()

clickContinueAndBind

public <T> T clickContinueAndBind(Class<T> bindingClass,
                                  Object... args)

gotoEditWorkflowDigram

public WorkflowDesignerPage gotoEditWorkflowDigram(String workflowName)

gotoEditWorkflowText

public ViewWorkflowSteps gotoEditWorkflowText(String workflowName)

isButtonsVisible

public boolean isButtonsVisible()

isProgressBarPresent

public boolean isProgressBarPresent()


Copyright © 2002-2013 Atlassian. All Rights Reserved.