com.atlassian.jira.issue.views
Interface SingleIssueWriter


public interface SingleIssueWriter

Interface that defines how a single issue is written out.


Method Summary
 void writeIssue(Issue issue, AbstractIssueView issueView, java.io.Writer writer)
          The writeIssue method provides information about the issue and a writer.
 

Method Detail

writeIssue

void writeIssue(Issue issue,
                AbstractIssueView issueView,
                java.io.Writer writer)
                throws java.io.IOException
The writeIssue method provides information about the issue and a writer. Any information you wish to display in the body about the issue should be written to the writer.

Parameters:
issue - the issue which will have information written to the display
issueView - the content view into the issue (i.e. html, xml, etc)
writer - the stream to write the display details to
Throws:
java.io.IOException


Copyright © 2002-2011 Atlassian. All Rights Reserved.