Class ReactorBuildStatus
java.lang.Object
org.apache.maven.lifecycle.internal.ReactorBuildStatus
Contains status information that is global to an entire reactor build.
- Since:
- 3.0
- Author:
- Kristian Rosenvold
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
blackList
(MavenProject project) void
halt()
boolean
isBlackListed
(MavenProject project) boolean
isHalted()
boolean
isHaltedOrBlacklisted
(MavenProject mavenProject)
-
Constructor Details
-
ReactorBuildStatus
-
-
Method Details
-
isBlackListed
-
blackList
-
halt
public void halt() -
isHalted
public boolean isHalted() -
isHaltedOrBlacklisted
-