public abstract class AbstractPlatformAutoDeploymentStrategy extends CommonAutoDeploymentStrategy<PlatformEngine>
AutoDeploymentStrategy
.deploymentProperties, logger
Constructor and Description |
---|
AbstractPlatformAutoDeploymentStrategy() |
AbstractPlatformAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
addResource(Resource resource,
PlatformDeploymentBuilder deploymentBuilder) |
protected void |
addResource(Resource resource,
String resourceName,
PlatformDeploymentBuilder deploymentBuilder) |
protected LockManager |
getLockManager(PlatformEngine engine,
String deploymentNameHint) |
deployResources, deployResourcesInternal, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentMode, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties
public AbstractPlatformAutoDeploymentStrategy()
public AbstractPlatformAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
protected LockManager getLockManager(PlatformEngine engine, String deploymentNameHint)
getLockManager
in class CommonAutoDeploymentStrategy<PlatformEngine>
protected void addResource(Resource resource, PlatformDeploymentBuilder deploymentBuilder)
protected void addResource(Resource resource, String resourceName, PlatformDeploymentBuilder deploymentBuilder)