Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOutcome (0.15 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/ExecutionEngine.java

             */
            Optional<OriginMetadata> getOriginMetadata();
        }
    
        interface Execution {
            /**
             * Get how the outputs have been produced.
             */
            ExecutionOutcome getOutcome();
    
            /**
             * Get the object representing the produced output.
             * The type of value returned here depends on the {@link UnitOfWork} implmenetation.
             */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 23:08:17 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top