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 Details

    • Workflow

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

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

    • 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)