Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for actionExecution (0.1 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformExecutionBuildOperationIntegrationTest.groovy

        }
    
        BuildOperationRecord actionExecution(BuildOperationRecord transformExecution) {
            def actionExecution = buildOperations.search(transformExecution, ExecuteTransformActionBuildOperationType)
            return actionExecution.empty ? null : Iterables.getOnlyElement(actionExecution)
        }
    
        String buildCacheKeyFor(String identity) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 38.5K bytes
    - Viewed (0)
Back to top