com.atlassian.bamboo.jira.jirametadata
Interface JiraType

All Known Implementing Classes:
JiraTypeImpl

public interface JiraType

Bamboos representation if a IssueType object from Jira


Method Summary
 java.lang.String getTypeDescription()
           
 java.lang.String getTypeIconUrl()
           
 void setTypeDescription(java.lang.String typeDescription)
           
 void setTypeIconUrl(java.lang.String typeIconUrl)
           
 

Method Detail

getTypeIconUrl

@NotNull
java.lang.String getTypeIconUrl()

getTypeDescription

@NotNull
java.lang.String getTypeDescription()

setTypeIconUrl

void setTypeIconUrl(java.lang.String typeIconUrl)

setTypeDescription

void setTypeDescription(java.lang.String typeDescription)


Copyright © 2010 Atlassian. All Rights Reserved.