Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TimePoint (0.16 sec)

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

        }
    
    
        private static class TimePoint implements Comparable<TimePoint> {
            private final boolean end
            private final long time
            private final BuildOperationRecord operation
    
            TimePoint(BuildOperationRecord operation, long time) {
                this(operation, time, false)
            }
    
            TimePoint(BuildOperationRecord operation, long time, boolean end) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top