org.apache.maven.lifecycle.internal
Class ReactorBuildStatus

java.lang.Object
  extended by 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

Constructor Summary
ReactorBuildStatus(ProjectDependencyGraph projectDependencyGraph)
           
 
Method Summary
 void blackList(MavenProject project)
           
 void halt()
           
 boolean isBlackListed(MavenProject project)
           
 boolean isHalted()
           
 boolean isHaltedOrBlacklisted(MavenProject mavenProject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReactorBuildStatus

public ReactorBuildStatus(ProjectDependencyGraph projectDependencyGraph)
Method Detail

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.