public class ExecutorNotification extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExecutorNotification.ActionAgent |
Constructor and Description |
---|
ExecutorNotification(long executionStartMs,
long endMs,
String uuid,
boolean stopRequested,
boolean executionStoppedByUser,
Throwable executionException,
boolean executionSucceeded) |
Modifier and Type | Method and Description |
---|---|
String |
actionUuid() |
ExecutorNotification.ActionAgent |
endedBy() |
long |
endMs() |
Throwable |
exception() |
boolean |
executionSucceeded() |
String |
operation() |
ExecutorNotification.ActionAgent |
startedBy() |
boolean |
startedByUser() |
long |
startMs() |
public ExecutorNotification.ActionAgent startedBy()
public ExecutorNotification.ActionAgent endedBy()
public long startMs()
public long endMs()
public boolean executionSucceeded()
public String operation()
public String actionUuid()
public boolean startedByUser()
public Throwable exception()