@Named @Singleton public class DefaultBuildResumptionAnalyzer extends Object implements BuildResumptionAnalyzer
BuildResumptionAnalyzer.| Constructor and Description |
|---|
DefaultBuildResumptionAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
Optional<BuildResumptionData> |
determineBuildResumptionData(MavenExecutionResult result)
Construct an instance of
BuildResumptionData based on the outcome of the current Maven build. |
public Optional<BuildResumptionData> determineBuildResumptionData(MavenExecutionResult result)
BuildResumptionAnalyzerBuildResumptionData based on the outcome of the current Maven build.determineBuildResumptionData in interface BuildResumptionAnalyzerresult - Outcome of the current Maven build.BuildResumptionData instance or Optional.empty() if resuming the build is not possible.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.