com.atlassian.jira.issue.views.util
Interface IssueViewUtil

All Known Implementing Classes:
DefaultIssueViewUtil

public interface IssueViewUtil


Method Summary
 LinkCollection getLinkCollection(Issue issue, User user)
           
 String getPrettyDuration(Long v)
           
 String getRenderedContent(String fieldName, String value, Issue issue)
           
 

Method Detail

getPrettyDuration

String getPrettyDuration(Long v)

getLinkCollection

LinkCollection getLinkCollection(Issue issue,
                                 User user)

getRenderedContent

String getRenderedContent(String fieldName,
                          String value,
                          Issue issue)
                          throws FieldLayoutStorageException
Throws:
FieldLayoutStorageException


Copyright © 2002-2009 Atlassian. All Rights Reserved.