Interface MtAsyncDeployEventContext

All Superinterfaces:
EventContext

@Deprecated public interface MtAsyncDeployEventContext extends EventContext
  • Method Details

    • create

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

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

      com.sap.cloud.mt.subscription.json.SidecarUpgradePayload getUpgradePayload()
      Deprecated.
      Returns:
      the payload which triggers 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 which triggers updating individual tenants by specifying tenants individually, or "all" to update all tenants
    • getAuthorizationHeader

      String getAuthorizationHeader()
      Deprecated.
      Returns:
      the header containing the OAuth2 authorization token
    • setAuthorizationHeader

      void setAuthorizationHeader(String authorizationHeader)
      Deprecated.
      Parameters:
      authorizationHeader - the header containing the OAuth2 authorization token
    • getResult

      String getResult()
      Deprecated.
      Returns:
      JobId which is returned from the Sidecar
    • setResult

      void setResult(String jobId)
      Deprecated.
      Parameters:
      jobId - which is returned from the Sidecar