public class DefaultAutoDeploymentStrategy extends AbstractAutoDeploymentStrategy
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOYMENT_MODE
The deployment mode this strategy handles.
|
| Constructor and Description |
|---|
DefaultAutoDeploymentStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDeploymentMode()
Gets the deployment mode this strategy handles.
|
void |
registerActionDefinitions(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
PolicyRepositoryService policyRepositoryService)
Performs deployment for the provided resources, using the provided name as a hint and the provided
PolicyRepositoryService to perform deployment(s). |
determineResourceName, handlesModepublic static final String DEPLOYMENT_MODE
protected String getDeploymentMode()
AbstractAutoDeploymentStrategygetDeploymentMode in class AbstractAutoDeploymentStrategypublic void registerActionDefinitions(String deploymentNameHint, org.springframework.core.io.Resource[] resources, PolicyRepositoryService policyRepositoryService)
AutoDeploymentStrategyPolicyRepositoryService to perform deployment(s).deploymentNameHint - the hint for the name of deployment(s) performedresources - the resources to be deployedpolicyRepositoryService - the repository service to use for deployment(s)Copyright © 2019. All rights reserved.