public class TaskEvent extends Object
TaskEvent is the base for all events related to create/update of tasks
that might result in update of stage/request status| Constructor and Description |
|---|
TaskEvent(List<HostRoleCommand> hostRoleCommands)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostRoleCommand> |
getHostRoleCommands()
Gets hostRoleCommands that created event
|
String |
toString() |
public TaskEvent(List<HostRoleCommand> hostRoleCommands)
hostRoleCommands - list of HRCs which have been reported back by the agents.public List<HostRoleCommand> getHostRoleCommands()
HostRoleCommandCopyright © 2022 Apache Software Foundation. All rights reserved.