Class TestTabWorkflow.Workflow
java.lang.Object
com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Workflow
- All Implemented Interfaces:
Comparable<TestTabWorkflow.Workflow>
,Iterable<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition>
- Enclosing class:
- TestTabWorkflow
public static class TestTabWorkflow.Workflow
extends Object
implements Iterable<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition>, Comparable<TestTabWorkflow.Workflow>
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflow
(String name, boolean isSystem, Iterable<? extends com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> transitions, String lastEditedBy, String description) Workflow
(String name, String displayName, boolean isSystem, Iterable<? extends com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> transitions, String lastEditedBy, String description) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getName()
List<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition>
List<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition>
static TestTabWorkflow.Workflow
getWokflowByName
(String name) int
hashCode()
boolean
isSystem()
Iterator<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition>
iterator()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Workflow
-
Workflow
-
-
Method Details
-
isSystem
public boolean isSystem() -
getName
-
getDisplayName
-
getTransitions
public List<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> getTransitions() -
getProjectAdminTransitions
public List<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> getProjectAdminTransitions() -
equals
-
hashCode
public int hashCode() -
iterator
public Iterator<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> iterator() -
getLastEditedBy
-
compareTo
- Specified by:
compareTo
in interfaceComparable<TestTabWorkflow.Workflow>
-
getDescription
-
getWokflowByName
-