public static class ViewWorkflowSteps.WorkflowStepItem extends Object
Constructor and Description |
---|
WorkflowStepItem(String stepName,
String stepNumber,
List<ViewWorkflowSteps.Transition> transitions,
List<com.atlassian.pageobjects.elements.PageElement> operations) |
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.pageobjects.elements.PageElement> |
getOperations() |
String |
getStepName() |
String |
getStepNumber() |
List<ViewWorkflowSteps.Transition> |
getTransitions() |
public WorkflowStepItem(String stepName, String stepNumber, List<ViewWorkflowSteps.Transition> transitions, List<com.atlassian.pageobjects.elements.PageElement> operations)
public String getStepName()
public List<ViewWorkflowSteps.Transition> getTransitions()
public List<com.atlassian.pageobjects.elements.PageElement> getOperations()
public String getStepNumber()
Copyright © 2002-2016 Atlassian. All Rights Reserved.