T
- the message typepublic interface Report<T extends Message>
Modifier and Type | Method and Description |
---|---|
Collection<T> |
getErrors()
Get the error messages
|
Collection<T> |
getInfos()
Get the info messages
|
Class<T> |
getMessageType()
Get the message type (for determining the message type at runtime).
|
Date |
getStartTime()
Get the start time of the report.
|
String |
getSummary()
Get a short message stating a summary of the report
|
String |
getTaskName()
Get the name of the task the report relates to
|
Date |
getTimestamp()
Get the report time
|
Collection<T> |
getWarnings()
Get the warning messages
|
boolean |
isSuccess()
States if the report represents a successful task
|
String getTaskName()
boolean isSuccess()
String getSummary()
Date getTimestamp()
Date getStartTime()
getTimestamp()
can be seen as an end time and used
to compute a duration.null
Collection<T> getWarnings()
Collection<T> getErrors()
Collection<T> getInfos()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a