org.apache.maven.lifecycle.internal
Class ReactorBuildStatus
java.lang.Object
org.apache.maven.lifecycle.internal.ReactorBuildStatus
public class ReactorBuildStatus
- extends Object
Contains status information that is global to an entire reactor build.
- Since:
- 3.0
- Author:
- Kristian Rosenvold
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReactorBuildStatus
public ReactorBuildStatus(ProjectDependencyGraph projectDependencyGraph)
isBlackListed
public boolean isBlackListed(MavenProject project)
blackList
public void blackList(MavenProject project)
halt
public void halt()
isHalted
public boolean isHalted()
isHaltedOrBlacklisted
public boolean isHaltedOrBlacklisted(MavenProject mavenProject)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.