|
||||||||||
| 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.Result
public static class BuildJob.Result
The various results with which a build job can complete.
| Field Summary | |
|---|---|
static String |
ERROR
The result value corresponding with an unexpected error trying to invoke Maven. |
static String |
FAILURE_BUILD
The result value corresponding with an invocation that failed while invoking of Maven. |
static String |
FAILURE_POST_HOOK
The result value corresponding with an invocation that failed after the invocation of Maven. |
static String |
FAILURE_PRE_HOOK
The result value corresponding with an invocation that failed before Maven was be invoked. |
static String |
SKIPPED
The result value corresponding with an invocation that was skipped. |
static String |
SUCCESS
The result value corresponding with a successful invocation of Maven and completion of all post-hook scripts. |
| Constructor Summary | |
|---|---|
BuildJob.Result()
|
|
| 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 String SUCCESS
public static final String FAILURE_PRE_HOOK
public static final String FAILURE_BUILD
public static final String FAILURE_POST_HOOK
public static final String SKIPPED
public static final String ERROR
| Constructor Detail |
|---|
public BuildJob.Result()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||