Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for operationDisplayName (0.28 sec)

  1. subprojects/build-events/src/main/java/org/gradle/internal/build/event/types/DefaultTestDescriptor.java

            String operationName,
            String operationDisplayName,
            String displayName,
            String testKind,
            @Nullable String suiteName,
            @Nullable String className,
            @Nullable String methodName,
            OperationIdentifier parentId,
            String taskPath
        ) {
            this.id = id;
            this.operationName = operationName;
            this.operationDisplayName = operationDisplayName;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 07:45:14 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/FileLockManager.java

         * @param operationDisplayName A display name for the operation being performed on the target file. This is used in log and error messages.
         */
        FileLock lock(File target, LockOptions options, String targetDisplayName, String operationDisplayName) throws LockTimeoutException;
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:49:51 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r88/TestDisplayNameSpockCrossVersionSpec.groovy

                                testDisplayName "ParameterizedTests"
                                testMethodSuite("length of #name is #length") {
                                    operationDisplayName "length of #name is #length"
                                    testDisplayName "length of #name is #length"
                                    test("length of Spock is 5") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top