public class Main extends Object
This tool runs another process and sends its result to Hudson.
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
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) |
public static boolean isUnitTest
public static boolean isDevelopmentMode
public static final int TIMEOUT
Copyright © 2016. All rights reserved.