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

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

public class SimpleWorkflowScheme
extends Object

Since:
v5.2

Field Summary
protected  boolean admin
           
protected  String currentUser
           
protected  boolean defaultScheme
           
protected  String description
           
protected  boolean draftScheme
           
protected  Long id
           
protected  List<SimpleIssueType> issueTypes
           
protected  String lastModifiedDate
           
protected  SimpleUser lastModifiedUser
           
protected  List<SimpleWorkflow> mappings
           
protected  String name
           
protected  List<SimpleWorkflow> originalMappings
           
protected  Long parentId
           
protected  List<SimpleProject> shared
           
protected  boolean sysAdmin
           
protected  int totalWorkflows
           
 
Constructor Summary
SimpleWorkflowScheme()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

description

protected String description

id

protected Long id

mappings

protected List<SimpleWorkflow> mappings

originalMappings

protected List<SimpleWorkflow> originalMappings

issueTypes

protected List<SimpleIssueType> issueTypes

shared

protected List<SimpleProject> shared

defaultScheme

protected boolean defaultScheme

admin

protected boolean admin

sysAdmin

protected boolean sysAdmin

totalWorkflows

protected int totalWorkflows

draftScheme

protected boolean draftScheme

lastModifiedDate

protected String lastModifiedDate

lastModifiedUser

protected SimpleUser lastModifiedUser

currentUser

protected String currentUser

parentId

protected Long parentId
Constructor Detail

SimpleWorkflowScheme

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.