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
-
Method Summary
Modifier and TypeMethodDescriptionConstruct an instance ofBuildResumptionData
based on the outcome of the current Maven build.
-
Constructor Details
-
DefaultBuildResumptionAnalyzer
public DefaultBuildResumptionAnalyzer()
-
-
Method Details
-
determineBuildResumptionData
Description copied from interface:BuildResumptionAnalyzer
Construct an instance ofBuildResumptionData
based on the outcome of the current Maven build.- Specified by:
determineBuildResumptionData
in interfaceBuildResumptionAnalyzer
- Parameters:
result
- Outcome of the current Maven build.- Returns:
- A
BuildResumptionData
instance orOptional.empty()
if resuming the build is not possible.
-