org.apache.maven.execution
Class ReactorManager

java.lang.Object
  extended by org.apache.maven.execution.ReactorManager

Deprecated.

@Deprecated
public class ReactorManager
extends Object


Field Summary
static String FAIL_AT_END
          Deprecated.  
static String FAIL_FAST
          Deprecated.  
static String FAIL_NEVER
          Deprecated.  
static String MAKE_BOTH_MODE
          Deprecated.  
static String MAKE_DEPENDENTS_MODE
          Deprecated.  
static String MAKE_MODE
          Deprecated.  
 
Constructor Summary
ReactorManager(List projects)
          Deprecated.  
 
Method Summary
 void blackList(MavenProject project)
          Deprecated.  
 boolean executedMultipleProjects()
          Deprecated.  
 BuildFailure getBuildFailure(MavenProject project)
          Deprecated.  
 BuildSuccess getBuildSuccess(MavenProject project)
          Deprecated.  
 String getFailureBehavior()
          Deprecated.  
 Map getPluginContext(PluginDescriptor plugin, MavenProject project)
          Deprecated.  
 List<MavenProject> getSortedProjects()
          Deprecated.  
 MavenProject getTopLevelProject()
          Deprecated.  
 boolean hasBuildFailure(MavenProject project)
          Deprecated.  
 boolean hasBuildFailures()
          Deprecated.  
 boolean hasBuildSuccess(MavenProject project)
          Deprecated.  
 boolean hasMultipleProjects()
          Deprecated.  
 boolean isBlackListed(MavenProject project)
          Deprecated.  
 void registerBuildFailure(MavenProject project, Exception error, String task, long time)
          Deprecated.  
 void registerBuildSuccess(MavenProject project, long time)
          Deprecated.  
 void setFailureBehavior(String failureBehavior)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAIL_FAST

public static final String FAIL_FAST
Deprecated. 
See Also:
Constant Field Values

FAIL_AT_END

public static final String FAIL_AT_END
Deprecated. 
See Also:
Constant Field Values

FAIL_NEVER

public static final String FAIL_NEVER
Deprecated. 
See Also:
Constant Field Values

MAKE_MODE

public static final String MAKE_MODE
Deprecated. 
See Also:
Constant Field Values

MAKE_DEPENDENTS_MODE

public static final String MAKE_DEPENDENTS_MODE
Deprecated. 
See Also:
Constant Field Values

MAKE_BOTH_MODE

public static final String MAKE_BOTH_MODE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ReactorManager

public ReactorManager(List projects)
               throws CycleDetectedException,
                      DuplicateProjectException
Deprecated. 
Throws:
CycleDetectedException
DuplicateProjectException
Method Detail

getPluginContext

public Map getPluginContext(PluginDescriptor plugin,
                            MavenProject project)
Deprecated. 

setFailureBehavior

public void setFailureBehavior(String failureBehavior)
Deprecated. 

getFailureBehavior

public String getFailureBehavior()
Deprecated. 

blackList

public void blackList(MavenProject project)
Deprecated. 

isBlackListed

public boolean isBlackListed(MavenProject project)
Deprecated. 

registerBuildFailure

public void registerBuildFailure(MavenProject project,
                                 Exception error,
                                 String task,
                                 long time)
Deprecated. 

hasBuildFailures

public boolean hasBuildFailures()
Deprecated. 

hasBuildFailure

public boolean hasBuildFailure(MavenProject project)
Deprecated. 

hasMultipleProjects

public boolean hasMultipleProjects()
Deprecated. 

getSortedProjects

public List<MavenProject> getSortedProjects()
Deprecated. 

getTopLevelProject

public MavenProject getTopLevelProject()
Deprecated. 

hasBuildSuccess

public boolean hasBuildSuccess(MavenProject project)
Deprecated. 

registerBuildSuccess

public void registerBuildSuccess(MavenProject project,
                                 long time)
Deprecated. 

getBuildFailure

public BuildFailure getBuildFailure(MavenProject project)
Deprecated. 

getBuildSuccess

public BuildSuccess getBuildSuccess(MavenProject project)
Deprecated. 

executedMultipleProjects

public boolean executedMultipleProjects()
Deprecated. 


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.