|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.invoker.model.BuildJob.Type
public static class BuildJob.Type
The various types of a build job.
Field Summary | |
---|---|
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 Summary | |
---|---|
BuildJob.Type()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
Constructor Detail |
---|
public BuildJob.Type()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |