Compare commits
1 commit
8617ff36c6
...
b3820c1d8e
Author | SHA1 | Date | |
---|---|---|---|
b3820c1d8e |
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public interface TableGenerator {
|
|||
* If null, field names are used as headers.
|
||||
* @return String representing the records as a table in Jira notation
|
||||
* @throws IllegalArgumentException If records are null or empty, if the type is not a Record.
|
||||
* Also throws if custom headers are provided but the size does not match the record's field count
|
||||
* Also throws if customer headers are provided but the size does not match the record's field count
|
||||
* @throws IllegalStateException if an error occurs while invoking a record's accessor
|
||||
*/
|
||||
String generateJiraTable(List<?> records, List<String> headers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue