public class UpgradeSummary extends Object
Constructor and Description |
---|
UpgradeSummary(HostRoleCommandEntity hrc) |
UpgradeSummary(String displayText,
Long requestId,
Long stageId,
Long taskId,
String hostName,
HostRoleCommandEntity failedTask) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayText()
Get the error message to display.
|
HostRoleCommandEntity |
getFailedTask()
Get the failed task if it exists.
|
Long |
getStageId() |
Long |
getTaskId() |
public UpgradeSummary(String displayText, Long requestId, Long stageId, Long taskId, String hostName, HostRoleCommandEntity failedTask)
public UpgradeSummary(HostRoleCommandEntity hrc)
public Long getStageId()
public Long getTaskId()
public String getDisplayText()
public HostRoleCommandEntity getFailedTask()
Copyright © 2022 Apache Software Foundation. All rights reserved.