com.atlassian.jira.webtests.ztests.bundledplugins2.projectconfig
Class SimpleWorkflow

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.projectconfig.SimpleWorkflow

public class SimpleWorkflow
extends Object

Since:
v5.2

Constructor Summary
SimpleWorkflow()
           
SimpleWorkflow(String name, String description, boolean defaultWorkflow, boolean system, List<String> issueTypes)
           
SimpleWorkflow(String name, String description, boolean defaultWorkflow, boolean system, List<String> issueTypes, boolean jiraDefault)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 String getDisplayName()
           
 List<String> getIssueTypes()
           
 String getName()
           
 int hashCode()
           
 boolean isDefaultWorkflow()
           
 boolean isJiraDefault()
           
 boolean isSystem()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleWorkflow

public SimpleWorkflow()

SimpleWorkflow

public SimpleWorkflow(String name,
                      String description,
                      boolean defaultWorkflow,
                      boolean system,
                      List<String> issueTypes)

SimpleWorkflow

public SimpleWorkflow(String name,
                      String description,
                      boolean defaultWorkflow,
                      boolean system,
                      List<String> issueTypes,
                      boolean jiraDefault)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()

getDescription

public String getDescription()

isDefaultWorkflow

public boolean isDefaultWorkflow()

isSystem

public boolean isSystem()

getIssueTypes

public List<String> getIssueTypes()

isJiraDefault

public boolean isJiraDefault()

getDisplayName

public String getDisplayName()


Copyright © 2002-2014 Atlassian. All Rights Reserved.