public class TaskReport extends Object
| Constructor and Description |
|---|
TaskReport(String taskName,
Date executionDate,
boolean success,
String optinalMessage) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getExecutionDate() |
String |
getOptionalMessage() |
boolean |
isSuccess() |
String |
toString() |
Copyright © 2019. All rights reserved.