Class BuildJob.Result
java.lang.Object
org.apache.maven.plugins.invoker.model.BuildJob.Result
- Enclosing class:
BuildJob
The various results with which a build job can complete.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The result value corresponding with an unexpected error trying to invoke Maven.static final String
The result value corresponding with an invocation that failed while invoking of Maven.static final String
The result value corresponding with an invocation that failed after the invocation of Maven.static final String
The result value corresponding with an invocation that failed before Maven was be invoked.static final String
The result value corresponding with an invocation that was skipped.static final String
The result value corresponding with a successful invocation of Maven and completion of all post-hook scripts. -
Constructor Summary
-
Method Summary
-
Field Details
-
SUCCESS
The result value corresponding with a successful invocation of Maven and completion of all post-hook scripts.- See Also:
-
FAILURE_PRE_HOOK
The result value corresponding with an invocation that failed before Maven was be invoked.- See Also:
-
FAILURE_BUILD
The result value corresponding with an invocation that failed while invoking of Maven.- See Also:
-
FAILURE_POST_HOOK
The result value corresponding with an invocation that failed after the invocation of Maven.- See Also:
-
SKIPPED
The result value corresponding with an invocation that was skipped.- See Also:
-
ERROR
The result value corresponding with an unexpected error trying to invoke Maven.- See Also:
-
-
Constructor Details
-
Result
public Result()
-