Package org.apache.maven.execution
Class DefaultBuildResumptionAnalyzer
java.lang.Object
org.apache.maven.execution.DefaultBuildResumptionAnalyzer
- All Implemented Interfaces:
 BuildResumptionAnalyzer
@Named
@Singleton
public class DefaultBuildResumptionAnalyzer
extends Object
implements BuildResumptionAnalyzer
Default implementation of 
BuildResumptionAnalyzer.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionConstruct an instance ofBuildResumptionDatabased on the outcome of the current Maven build. 
- 
Constructor Details
- 
DefaultBuildResumptionAnalyzer
public DefaultBuildResumptionAnalyzer() 
 - 
 - 
Method Details
- 
determineBuildResumptionData
Description copied from interface:BuildResumptionAnalyzerConstruct an instance ofBuildResumptionDatabased on the outcome of the current Maven build.- Specified by:
 determineBuildResumptionDatain interfaceBuildResumptionAnalyzer- Parameters:
 result- Outcome of the current Maven build.- Returns:
 - A 
BuildResumptionDatainstance orOptional.empty()if resuming the build is not possible. 
 
 -