@Deprecated public interface MtAsyncDeployEventContext extends EventContext
EventContext
used for the MtSubscriptionService.EVENT_ASYNC_DEPLOY
event.Modifier and Type | Method and Description |
---|---|
static MtAsyncDeployEventContext |
create()
Deprecated.
Creates an
EventContext already overlayed with this interface. |
String |
getAuthorizationHeader()
Deprecated.
|
String |
getResult()
Deprecated.
|
MtSubscriptionService |
getService()
Deprecated.
|
com.sap.cloud.mt.subscription.json.SidecarUpgradePayload |
getUpgradePayload()
Deprecated.
|
void |
setAuthorizationHeader(String authorizationHeader)
Deprecated.
|
void |
setResult(String jobId)
Deprecated.
|
void |
setUpgradePayload(com.sap.cloud.mt.subscription.json.SidecarUpgradePayload payload)
Deprecated.
|
as, create, create, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompleted
static MtAsyncDeployEventContext create()
EventContext
already overlayed with this interface. The event is set to be
MtSubscriptionService.EVENT_ASYNC_DEPLOY
MtAsyncDeployEventContext
MtSubscriptionService getService()
getService
in interface EventContext
com.sap.cloud.mt.subscription.json.SidecarUpgradePayload getUpgradePayload()
void setUpgradePayload(com.sap.cloud.mt.subscription.json.SidecarUpgradePayload payload)
payload
- the payload which triggers updating individual tenants by specifying tenants individually, or "all" to update all tenantsString getAuthorizationHeader()
void setAuthorizationHeader(String authorizationHeader)
authorizationHeader
- the header containing the OAuth2 authorization tokenString getResult()
void setResult(String jobId)
jobId
- which is returned from the SidecarCopyright © 2023. All rights reserved.