Uses of Enum
io.quarkus.maven.Deployer
Packages that use Deployer
-
Uses of Deployer in io.quarkus.maven
Methods in io.quarkus.maven that return DeployerModifier and TypeMethodDescriptionAbstractDeploymentMojo.getDeployer()AbstractDeploymentMojo.getDeployer(Deployer defaultDeployer) static DeployerReturns the enum constant of this type with the specified name.static Deployer[]Deployer.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.maven that return types with arguments of type DeployerModifier and TypeMethodDescriptionDeployer.getDeployer(org.apache.maven.project.MavenProject project) Get the deployer by name or the first one found in the project.Methods in io.quarkus.maven with parameters of type Deployer