com.atlassian.bamboo.jira.jirametadata
Class JiraTypeImpl
java.lang.Object
com.atlassian.bamboo.jira.jirametadata.JiraTypeImpl
- All Implemented Interfaces:
- JiraType
public class JiraTypeImpl
- extends java.lang.Object
- implements JiraType
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JiraTypeImpl
public JiraTypeImpl()
JiraTypeImpl
public JiraTypeImpl(java.lang.String typeDescription,
java.lang.String typeIconUrl)
getTypeDescription
@NotNull
public java.lang.String getTypeDescription()
- Specified by:
getTypeDescription
in interface JiraType
- Returns:
- Description of JIRA issue type
getTypeIconUrl
@NotNull
public java.lang.String getTypeIconUrl()
- Specified by:
getTypeIconUrl
in interface JiraType
- Returns:
- URL to the icon representing JIRA issue type
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2011 Atlassian. All Rights Reserved.