public abstract class AbstractAppAutoDeploymentStrategy extends CommonAutoDeploymentStrategy<AppEngine>
AutoDeploymentStrategy.deploymentProperties, logger| Constructor and Description |
|---|
AbstractAppAutoDeploymentStrategy() |
AbstractAppAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResource(org.springframework.core.io.Resource resource,
org.flowable.app.api.repository.AppDeploymentBuilder deploymentBuilder) |
protected void |
addResource(org.springframework.core.io.Resource resource,
String resourceName,
org.flowable.app.api.repository.AppDeploymentBuilder deploymentBuilder) |
protected org.flowable.common.engine.impl.lock.LockManager |
getLockManager(AppEngine engine,
String deploymentNameHint) |
deployResources, deployResourcesInternal, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentMode, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentPropertiespublic AbstractAppAutoDeploymentStrategy()
public AbstractAppAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
protected org.flowable.common.engine.impl.lock.LockManager getLockManager(AppEngine engine, String deploymentNameHint)
getLockManager in class CommonAutoDeploymentStrategy<AppEngine>protected void addResource(org.springframework.core.io.Resource resource,
org.flowable.app.api.repository.AppDeploymentBuilder deploymentBuilder)
protected void addResource(org.springframework.core.io.Resource resource,
String resourceName,
org.flowable.app.api.repository.AppDeploymentBuilder deploymentBuilder)
Copyright © 2022 Flowable. All rights reserved.