com.atlassian.jira.webtest.webdriver.tests.projectconfig
Class TestTabWorkflow.Workflow

java.lang.Object
  extended by 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
TestTabWorkflow.Workflow(String name, boolean isSystem, Iterable<? extends com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> transitions, String lastEditedBy, String description)
           
TestTabWorkflow.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
 int compareTo(TestTabWorkflow.Workflow o)
           
 boolean equals(Object o)
           
 String getDescription()
           
 String getDisplayName()
           
 String getLastEditedBy()
           
 String getName()
           
 List<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> getProjectAdminTransitions()
           
 List<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> getTransitions()
           
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
 

Constructor Detail

TestTabWorkflow.Workflow

public TestTabWorkflow.Workflow(String name,
                                boolean isSystem,
                                Iterable<? extends com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> transitions,
                                String lastEditedBy,
                                String description)

TestTabWorkflow.Workflow

public TestTabWorkflow.Workflow(String name,
                                String displayName,
                                boolean isSystem,
                                Iterable<? extends com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> transitions,
                                String lastEditedBy,
                                String description)
Method Detail

isSystem

public boolean isSystem()

getName

public String getName()

getDisplayName

public String 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

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

iterator

public Iterator<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition> iterator()
Specified by:
iterator in interface Iterable<com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestTabWorkflow.Transition>

getLastEditedBy

public String getLastEditedBy()

compareTo

public int compareTo(TestTabWorkflow.Workflow o)
Specified by:
compareTo in interface Comparable<TestTabWorkflow.Workflow>

getDescription

public String getDescription()

getWokflowByName

public static TestTabWorkflow.Workflow getWokflowByName(String name)


Copyright © 2002-2014 Atlassian. All Rights Reserved.