Class DefaultAutoDeploymentStrategy

All Implemented Interfaces:
AutoDeploymentStrategy<DmnEngine>

public class DefaultAutoDeploymentStrategy extends AbstractDmnAutoDeploymentStrategy
Default implementation of AutoDeploymentStrategy that groups all Resources into a single deployment. This implementation is equivalent to the previously used implementation.
Author:
Tiese Barrell, Joram Barrez
  • Field Details

    • DEPLOYMENT_MODE

      public static final String DEPLOYMENT_MODE
      The deployment mode this strategy handles.
      See Also:
  • Constructor Details

    • DefaultAutoDeploymentStrategy

      public DefaultAutoDeploymentStrategy()
    • DefaultAutoDeploymentStrategy

      public DefaultAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
  • Method Details