Package hudson
Class Main
java.lang.Object
hudson.Main
Entry point to Hudson from command line.
This tool runs another process and sends its result to Hudson.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
Set to true if we are running insidemvn jetty:run
.static boolean
Set to true if we are running unit tests.static final int
Time out for socket connection to Hudson. -
Constructor Summary
-
Method Summary
-
Field Details
-
isUnitTest
public static boolean isUnitTestSet to true if we are running unit tests. -
isDevelopmentMode
public static boolean isDevelopmentModeSet to true if we are running insidemvn jetty:run
. This is also set if running insidemvn hpi:run
since plugins parent POM 2.30. -
TIMEOUT
public static final int TIMEOUTTime out for socket connection to Hudson.
-
-
Constructor Details
-
Main
public Main()
-
-
Method Details