Interface DeployConfig


@ConfigMapping(prefix="quarkus.deploy") @ConfigRoot(phase=BUILD_TIME) public interface DeployConfig
Deployment
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    Deployment target
  • Method Details

    • target

      Optional<String> target()
      Deployment target
    • isEnabled

      default boolean isEnabled(String t)