com.atlassian.jira.projectconfig.rest
Class WorkflowSchemeRestHelper.SimpleWorkflow

java.lang.Object
  extended by com.atlassian.jira.projectconfig.rest.WorkflowSchemeRestHelper.SimpleWorkflow
All Implemented Interfaces:
NamedDefault
Enclosing class:
WorkflowSchemeRestHelper

public static class WorkflowSchemeRestHelper.SimpleWorkflow
extends Object
implements NamedDefault


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

Constructor Detail

WorkflowSchemeRestHelper.SimpleWorkflow

public WorkflowSchemeRestHelper.SimpleWorkflow(String name,
                                               String description,
                                               boolean defaultWorkflow,
                                               boolean systemWorkflow,
                                               Collection<String> issueTypes,
                                               boolean jiraDefault)
Method Detail

getIssueTypes

public Collection<String> getIssueTypes()

getName

public String getName()
Specified by:
getName in interface NamedDefault

isDefault

public boolean isDefault()
Specified by:
isDefault in interface NamedDefault

getDescription

public String getDescription()

isSystem

public boolean isSystem()

isJiraDefault

public boolean isJiraDefault()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.