Package hudson

Class Main


  • public class Main
    extends Object
    Entry point to Hudson from command line.

    This tool runs another process and sends its result to Hudson.

    Author:
    Kohsuke Kawaguchi
    • Field Detail

      • isUnitTest

        public static boolean isUnitTest
        Set to true if we are running unit tests.
      • isDevelopmentMode

        public static boolean isDevelopmentMode
        Set to true if we are running inside mvn jetty:run. This is also set if running inside mvn hpi:run since plugins parent POM 2.30.
      • TIMEOUT

        public static final int TIMEOUT
        Time out for socket connection to Hudson.
    • Constructor Detail

      • Main

        public Main()