Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNotificationOperationFinishedTimestamp (0.46 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/operations/notify/BuildOperationNotificationBridge.java

                this.parentId = parentId;
                this.details = details;
                this.result = result;
                this.failure = failure;
            }
    
            @Override
            public long getNotificationOperationFinishedTimestamp() {
                return timestamp;
            }
    
            @Override
            public Object getNotificationOperationId() {
                return id;
            }
    
            @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 04:43:28 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top