Class HotUpgradeTask

java.lang.Object
net.bluemind.system.api.hot.upgrade.HotUpgradeTask

public class HotUpgradeTask extends Object
  • Field Details

    • id

      public int id
    • operation

      public String operation
    • parameters

      public String parameters
    • status

      public HotUpgradeTaskStatus status
    • failure

      public int failure
    • createdAt

      public Date createdAt
    • updatedAt

      public Date updatedAt
    • executionMode

      public HotUpgradeTaskExecutionMode executionMode
    • retryCount

      public int retryCount
    • retryDelaySeconds

      public int retryDelaySeconds
    • reportFailure

      public boolean reportFailure
    • mandatory

      public boolean mandatory
    • events

      public List<HotUpgradeStepEvent> events
  • Constructor Details

    • HotUpgradeTask

      public HotUpgradeTask()
  • Method Details