T - The return type of the task whose results this formatter will format.public interface ITaskResultFormatter<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(T result)
Format the result of the matched task's execution.
|
java.lang.String format(T result)
result - The execution result of the matched task's execution.