Package com.atlassian.jira.web.component
Interface IssueTableWriter
public interface IssueTableWriter
A callback to allow the IssueTableWebComponent to write an issue. This should be used when writing
multiple issues. Method
close() should be called to write a footer.-
Method Summary
-
Method Details
-
write
For each issue that you wish to be written to the table, you need to call write. You must also callclose()after you have finished writing the issues- Parameters:
issue- The issue to write to the table- Throws:
IOException- thrown in case of I/O error
-
close
Writes the footer of the table.- Throws:
IOException- thrown if an error occurred writing the output
-