|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.Main
public class Main
Entry point to Hudson from command line.
This tool runs another process and sends its result to Hudson.
| Field Summary | |
|---|---|
static boolean |
isDevelopmentMode
Set to true if we are running inside "mvn hpi:run" or "mvn hudson-dev:run" |
static boolean |
isUnitTest
Set to true if we are running unit tests. |
static int |
TIMEOUT
Time out for socket connection to Hudson. |
| Constructor Summary | |
|---|---|
Main()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
|
static int |
remotePost(String[] args)
Run command and place the result to a remote Hudson installation |
static int |
run(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean isUnitTest
public static boolean isDevelopmentMode
public static final int TIMEOUT
| Constructor Detail |
|---|
public Main()
| Method Detail |
|---|
public static void main(String[] args)
public static int run(String[] args)
throws Exception
Exception
public static int remotePost(String[] args)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||