@PublicAPI public interface TaskLogs extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAllLogs()
Return all the logs generated on standard and error output.
|
String |
getAllLogs(boolean timeStamp)
Return all the logs generated on standard and error output.
|
String |
getStderrLogs()
Return the logs generated on error output.
|
String |
getStderrLogs(boolean timeStamp)
Return the logs generated on error output.
|
String |
getStdoutLogs()
Return the logs generated on standard output.
|
String |
getStdoutLogs(boolean timeStamp)
Return the logs generated on standard output.
|
String getStdoutLogs()
String getStderrLogs()
String getAllLogs()
String getStdoutLogs(boolean timeStamp)
timeStamp
- get the logs with or without time tags.String getStderrLogs(boolean timeStamp)
timeStamp
- get the logs with or without time tags.String getAllLogs(boolean timeStamp)
timeStamp
- get the logs with or without time tags.