Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for progressEvents (0.21 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapter.java

            ProgressEvent progressEvent = toFileDownloadProgressEvent(event, descriptor);
            if (progressEvent != null) {
                fileDownloadListeners.getSource().statusChanged(progressEvent);
            }
        }
    
        private void broadcastBuildPhaseEvent(InternalProgressEvent event, InternalBuildPhaseDescriptor descriptor) {
            ProgressEvent progressEvent = toBuildPhaseEvent(event, descriptor);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

                    void started(BuildOperationDescriptor buildOperation, OperationStartEvent startEvent) { throw new RuntimeException() }
                    void progress(OperationIdentifier operationIdentifier, OperationProgressEvent progressEvent) { throw new RuntimeException() }
                    void finished(BuildOperationDescriptor buildOperation, OperationFinishEvent finishEvent) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
Back to top