Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOnlyLocalStoreOperationForTask (0.31 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/BuildCacheOperationFixtures.groovy

        List<BuildOperationRecord> getLocalStoreOperationsForTask(String taskPath) {
            return getOperationsForTask(taskPath, BuildCacheLocalStoreBuildOperationType.Details)
        }
    
        BuildOperationRecord getOnlyLocalStoreOperationForTask(String taskPath) {
            return getOnlyOperationForTask(taskPath, BuildCacheLocalStoreBuildOperationType.Details)
        }
    
        List<BuildOperationRecord> getUnpackOperationsForTask(String taskPath) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top