public interface IssueTableWriter
close()
should be called to write a footer.Modifier and Type | Method and Description |
---|---|
void |
close()
Writes the footer of the table.
|
void |
write(Issue issue)
For each issue that you wish to be written to the table, you need to call write.
|
void write(Issue issue) throws IOException
close()
after you have finished writing the issuesissue
- The issue to write to the tableIOException
- thrown in case of I/O errorvoid close() throws IOException
IOException
- thrown if an error occurred writing the outputCopyright © 2002-2015 Atlassian. All Rights Reserved.