public interface SingleIssueWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeIssue(Issue issue,
AbstractIssueView issueView,
Writer writer)
The writeIssue method provides information about the issue and a writer.
|
void writeIssue(Issue issue, AbstractIssueView issueView, Writer writer) throws IOException
issue - the issue which will have information written to the displayissueView - the content view into the issue (i.e. html, xml, etc)writer - the stream to write the display details toIOExceptionCopyright © 2002-2019 Atlassian. All Rights Reserved.