public interface BuildResumptionAnalyzer
--resume flag.| 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. |
Optional<BuildResumptionData> determineBuildResumptionData(MavenExecutionResult result)
BuildResumptionData based on the outcome of the current Maven build.result - 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.