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