public static class BuildJob.Type
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DIRECT
A build job that was directly selected via the
-Dinvoker.test=xxx,yyy parameter. |
static java.lang.String |
NORMAL
A normal build job.
|
static java.lang.String |
SETUP
A build job that should be invoked before any non-setup build jobs.
|
Constructor and Description |
---|
Type() |
public static final java.lang.String SETUP
public static final java.lang.String NORMAL
public static final java.lang.String DIRECT
-Dinvoker.test=xxx,yyy
parameter.