Uses of Class
com.atlassian.jira.functest.framework.admin.ViewWorkflows.WorkflowState

Packages that use ViewWorkflows.WorkflowState
com.atlassian.jira.functest.framework.admin   
 

Uses of ViewWorkflows.WorkflowState in com.atlassian.jira.functest.framework.admin
 

Methods in com.atlassian.jira.functest.framework.admin that return ViewWorkflows.WorkflowState
static ViewWorkflows.WorkflowState ViewWorkflows.WorkflowState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViewWorkflows.WorkflowState[] ViewWorkflows.WorkflowState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.jira.functest.framework.admin with parameters of type ViewWorkflows.WorkflowState
ViewWorkflows.WorkflowItem(String name, String description, String lastModified, com.google.common.collect.Multiset<String> schemes, int steps, ViewWorkflows.WorkflowState state)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.