public interface DependenciesEventContext extends EventContext
Modifier and Type | Method and Description |
---|---|
static DependenciesEventContext |
create()
Creates an
EventContext already overlayed with this interface. |
List<Map<String,Object>> |
getResult()
Returns a list of dependencies required by this application.
|
DeploymentService |
getService()
Returns the
Service (Consumption API) of the service, targeted by the EventContext . |
void |
setResult(List<? extends Map<String,Object>> dependencies)
Returns a list of dependencies required by this application.
|
as, create, create, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompleted
static DependenciesEventContext create()
EventContext
already overlayed with this interface. The event is set to be
DeploymentService.EVENT_DEPENDENCIES
DependenciesEventContext
DeploymentService getService()
EventContext
Service
(Consumption API) of the service, targeted by the EventContext
.
This is the service, on which the Service.emit(EventContext)
method (or specialized Consumption API) was called.getService
in interface EventContext
Service
(Consumption API) of the service, targeted by the EventContext
.List<Map<String,Object>> getResult()
Map
with SaasRegistryDependency
, as a type-safe alternative.void setResult(List<? extends Map<String,Object>> dependencies)
Map
with SaasRegistryDependency
, as a type-safe alternative.dependencies
- the list of required dependenciesCopyright © 2023. All rights reserved.