Class DevLoopBuildConfig


  • public class DevLoopBuildConfig
    extends Object
    Configuration beans for the DevLoop build lifecycle.
    • Constructor Detail

      • DevLoopBuildConfig

        public DevLoopBuildConfig()
        Constructor.
    • Method Detail

      • validate

        public void validate()
                      throws org.apache.maven.plugin.MojoExecutionException
        Validate the configuration.
        Throws:
        org.apache.maven.plugin.MojoExecutionException - If invalid.
      • maxApplicationFailures

        public int maxApplicationFailures()
        Returns the maximum number of application failures allowed before the dev loop should exit.
        Returns:
        The maximum.
      • setMaxApplicationFailures

        public void setMaxApplicationFailures​(int maxApplicationFailures)
        Sets the maximum number of application failures allowed before the dev loop should exit.
        Parameters:
        maxApplicationFailures - The count.