Package com.sap.cds.services.mt
Interface MtAsyncDeployStatusEventContext
- All Superinterfaces:
EventContext
Deprecated.
The
EventContext used for the MtSubscriptionService.EVENT_ASYNC_DEPLOY_STATUS event.-
Method Summary
Modifier and TypeMethodDescriptioncreate()Deprecated.Creates anEventContextalready overlayed with this interface.Deprecated.getJobId()Deprecated.Deprecated.Deprecated.voidsetAuthorizationHeader(String authorizationHeader) Deprecated.voidDeprecated.voidDeprecated.Methods inherited from interface com.sap.cds.services.EventContext
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompleted
-
Method Details
-
create
Deprecated.Creates anEventContextalready overlayed with this interface. The event is set to beMtSubscriptionService.EVENT_ASYNC_DEPLOY_STATUS- Returns:
- the
MtAsyncDeployStatusEventContext
-
getService
MtSubscriptionService getService()Deprecated.- Specified by:
getServicein interfaceEventContext
-
getJobId
String getJobId()Deprecated.- Returns:
- the jobId which is returned from the Sidecar
-
setJobId
Deprecated.- Parameters:
jobId- which is returned from the Sidecar
-
getAuthorizationHeader
String getAuthorizationHeader()Deprecated.- Returns:
- the header containing the OAuth2 authorization token
-
setAuthorizationHeader
Deprecated.- Parameters:
authorizationHeader- the header containing the OAuth2 authorization token
-
getResult
String getResult()Deprecated.- Returns:
- jobId which is returned from the Sidecar
-
setResult
Deprecated.- Parameters:
jobId- which is returned from the Sidecar
-
DeploymentService.upgrade(java.util.List, java.util.Map)andUpgradeEventContextinstead.