Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for urgent (0.38 sec)

  1. maven-core/src/main/java/org/apache/maven/execution/BuildResumptionAnalyzer.java

     * the {@code --resume} flag.
     */
    public interface BuildResumptionAnalyzer {
        /**
         * Construct an instance of {@link BuildResumptionData} based on the outcome of the current Maven build.
         * @param result Outcome of the current Maven build.
         * @return A {@link BuildResumptionData} instance or {@link Optional#empty()} if resuming the build is not possible.
         */
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Nov 22 13:26:01 GMT 2022
    - 1.4K bytes
    - Viewed (0)
Back to top