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(JiraWorkflow workflow, boolean defaultWorkflow, Iterable<String> issueTypes)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 String getDisplayName()
           
 Iterable<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(JiraWorkflow workflow,
                                               boolean defaultWorkflow,
                                               Iterable<String> issueTypes)
Method Detail

getIssueTypes

public Iterable<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()

getDisplayName

public String getDisplayName()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.