com.atlassian.bamboo.jira.jirametadata
Interface JiraType

All Known Implementing Classes:
JiraTypeImpl

public interface JiraType

Bamboo representation if a IssueType object from JIRA


Method Summary
 java.lang.String getTypeDescription()
           
 java.lang.String getTypeIconUrl()
           
 

Method Detail

getTypeIconUrl

@NotNull
java.lang.String getTypeIconUrl()
Returns:
URL to the icon representing JIRA issue type

getTypeDescription

@NotNull
java.lang.String getTypeDescription()
Returns:
Description of JIRA issue type


Copyright © 2012 Atlassian. All Rights Reserved.