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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionConstruct an instance ofBuildResumptionDatabased on the outcome of the current Maven build.
- 
Constructor Details- 
DefaultBuildResumptionAnalyzerpublic DefaultBuildResumptionAnalyzer()
 
- 
- 
Method Details- 
determineBuildResumptionDataDescription copied from interface:BuildResumptionAnalyzerConstruct an instance ofBuildResumptionDatabased on the outcome of the current Maven build.- Specified by:
- determineBuildResumptionDatain interface- BuildResumptionAnalyzer
- Parameters:
- result- Outcome of the current Maven build.
- Returns:
- A BuildResumptionDatainstance orOptional.empty()if resuming the build is not possible.
 
 
-