@Path(value="/hot_upgrade") public interface IInternalHotUpgrade extends IHotUpgrade
| Modifier and Type | Method and Description |
|---|---|
void |
create(HotUpgradeTask task)
Create an
HotUpgradeTask
HotUpgradeTask status, createdAt and updatedAt properties are optional. |
TaskRef |
start() |
void |
update(HotUpgradeTask task)
Update
HotUpgradeTask status, failure and updatedAt properties |
list, progressvoid create(HotUpgradeTask task)
HotUpgradeTask
HotUpgradeTask status, createdAt and updatedAt properties are optional. If
status is null, it is set to HotUpgradeTaskStatus.PLANNED If
createdAt and updatedAt are null, they are set to the current timestamp.task - void update(HotUpgradeTask task)
HotUpgradeTask status, failure and updatedAt propertiestask - @GET @Path(value="start") TaskRef start()
Copyright © 2021. All Rights Reserved.