public interface TaskExecution
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the task
|
Instant |
getStart()
Returns the time when the task was started
|
Optional<String> |
getWhat()
An optional context to which the task was applied.
|
String |
getWhere()
The node/address where the task was initiated
|
Optional<String> |
getWho()
An optional name of the principal who has executed this task.
|
String getName()
Instant getStart()
Optional<String> getWho()
Optional
Optional<String> getWhat()
String getWhere()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.