Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for getOriginMetadata (0.12 sec)

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

             * If the output was produced in this request, then the current execution's origin metadata is returned.
             */
            Optional<OriginMetadata> getOriginMetadata();
        }
    
        interface Execution {
            /**
             * Get how the outputs have been produced.
             */
            ExecutionOutcome getOutcome();
    
            /**
    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