Uses of Class
nl.jpoint.maven.vertx.utils.deploy.strategy.DeployStrategyType
-
Packages that use DeployStrategyType Package Description nl.jpoint.maven.vertx.mojo nl.jpoint.maven.vertx.utils.deploy.strategy -
-
Uses of DeployStrategyType in nl.jpoint.maven.vertx.mojo
Methods in nl.jpoint.maven.vertx.mojo that return DeployStrategyType Modifier and Type Method Description DeployStrategyTypeDeployConfiguration. getDeployStrategy()Methods in nl.jpoint.maven.vertx.mojo with parameters of type DeployStrategyType Modifier and Type Method Description voidDeployConfiguration. setDeployStrategy(DeployStrategyType deployStrategy) -
Uses of DeployStrategyType in nl.jpoint.maven.vertx.utils.deploy.strategy
Methods in nl.jpoint.maven.vertx.utils.deploy.strategy that return DeployStrategyType Modifier and Type Method Description static DeployStrategyTypeDeployStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeployStrategyType[]DeployStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-