Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for progressNotification (0.16 sec)

  1. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/BuildOperationNotificationsFixtureTest.groovy

            'started'          | SimpleDetails  | startedNotification(SimpleDetails)
            'started'          | EmptyDetails   | startedNotification(EmptyDetails)
            'progress'         | SimpleProgress | progressNotification(SimpleProgress)
            'finished'         | SimpleResult   | finishedNotification(SimpleResult)
            'finished'         | NestedResult   | finishedNotification(NestedResult)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/internal/operations/notify/BuildOperationNotificationFixture.groovy

                    }
    
                    @Override
                    synchronized void progress(${BuildOperationProgressNotification.name} progressNotification){
                        // Do nothing
                    }
    
                    @Override
                    synchronized void finished(${BuildOperationFinishedNotification.name} finishedNotification) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 20 11:47:00 UTC 2022
    - 7.5K bytes
    - Viewed (0)
Back to top