com.atlassian.jira.pageobjects.project.summary.issuetypes
Class IssueTypesPanel.IssueTypeListItem

java.lang.Object
  extended by com.atlassian.jira.pageobjects.project.summary.issuetypes.IssueTypesPanel.IssueTypeListItem
Enclosing class:
IssueTypesPanel

public static class IssueTypesPanel.IssueTypeListItem
extends Object

Represents an item in an issue types scheme as shown in the issue types panel on the project configuration summary page

Since:
v4.4

Constructor Summary
IssueTypesPanel.IssueTypeListItem(String issueTypeName, String issueTypeImage, boolean subTask)
           
 
Method Summary
 boolean equals(Object o)
           
 String getIssueTypeImage()
           
 String getIssueTypeName()
           
 int hashCode()
           
 boolean isSubTask()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IssueTypesPanel.IssueTypeListItem

public IssueTypesPanel.IssueTypeListItem(String issueTypeName,
                                         String issueTypeImage,
                                         boolean subTask)
Method Detail

getIssueTypeName

public String getIssueTypeName()

getIssueTypeImage

public String getIssueTypeImage()

isSubTask

public boolean isSubTask()

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-2013 Atlassian. All Rights Reserved.