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