public abstract class CoreExecutionContext<T extends CoreExecution> extends Object
| Constructor and Description |
|---|
CoreExecutionContext(T execution) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentEntity |
getDeployment() |
protected abstract String |
getDeploymentId() |
T |
getExecution() |
protected T extends CoreExecution execution
public CoreExecutionContext(T execution)
public T getExecution()
protected abstract String getDeploymentId()
public DeploymentEntity getDeployment()
Copyright © 2019. All rights reserved.