com.atlassian.jira.issue.resolution
Interface Resolution

All Superinterfaces:
Comparable, IssueConstant
All Known Implementing Classes:
ResolutionImpl

@PublicApi
public interface Resolution
extends IssueConstant


Method Summary
 String getIconUrl()
          Deprecated. Not used for resolutions. Since v5.0.
 
Methods inherited from interface com.atlassian.jira.issue.IssueConstant
deleteTranslation, getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getGenericValue, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getPropertySet, getSequence, setDescription, setIconUrl, setName, setSequence, setTranslation
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getIconUrl

String getIconUrl()
Deprecated. Not used for resolutions. Since v5.0.

We have a data space for Resolution Icon URL, but this value is not set or used.

Specified by:
getIconUrl in interface IssueConstant
Returns:
Nothing interesting.


Copyright © 2002-2014 Atlassian. All Rights Reserved.