Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for additionalTaskAction (0.14 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/internal/tasks/SnapshotTaskInputsOperationIntegrationTest.groovy

                implementationOfTask(':customTask')
                unknownClassloader('CustomTask_Decorated')
            })
            failureDescriptionContains(implementationUnknown {
                additionalTaskAction(':customTask')
                unknownClassloader('CustomTask_Decorated')
            })
            def result = operations.first(SnapshotTaskInputsBuildOperationType).result
            result.hash == null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/internal/reflect/validation/ValidationMessageChecker.groovy

            }
    
            UnknownImplementation implementationOfTask(String taskPath) {
                prefix = "Implementation of task '${taskPath}'"
                this
            }
    
            UnknownImplementation additionalTaskAction(String taskPath) {
                prefix = "Additional action of task '${taskPath}'"
                this
            }
    
            UnknownImplementation unknownClassloader(String className) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 11:49:03 UTC 2024
    - 42.1K bytes
    - Viewed (0)
Back to top