Interface MtDeployEventContext

All Superinterfaces:
EventContext

@Deprecated public interface MtDeployEventContext extends EventContext
  • Method Details

    • create

      static MtDeployEventContext create()
      Deprecated.
      Creates an EventContext already overlayed with this interface. The event is set to be MtSubscriptionService.EVENT_DEPLOY
      Returns:
      the MtDeployEventContext
    • getService

      MtSubscriptionService getService()
      Deprecated.
      Specified by:
      getService in interface EventContext
    • getUpgradePayload

      com.sap.cloud.mt.subscription.json.SidecarUpgradePayload getUpgradePayload()
      Deprecated.
      Returns:
      the payload to trigger updating individual tenants by specifying tenants individually or "all" to update all tenants
    • setUpgradePayload

      void setUpgradePayload(com.sap.cloud.mt.subscription.json.SidecarUpgradePayload payload)
      Deprecated.
      Parameters:
      payload - the payload to trigger updating individual tenants by specifying tenants individually or "all" to update all tenants