Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getBuildOperationRunner (0.84 sec)

  1. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/tasks/testing/TestReport.java

        private final ConfigurableFileCollection resultDirs = getObjectFactory().fileCollection();
    
        @Inject
        protected BuildOperationRunner getBuildOperationRunner() {
            throw new UnsupportedOperationException();
        }
    
        @Inject
        protected BuildOperationExecutor getBuildOperationExecutor() {
            throw new UnsupportedOperationException();
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 08:40:36 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  2. platforms/software/testing-base/src/main/java/org/gradle/api/tasks/testing/AbstractTestTask.java

        }
    
        @Inject
        protected HostnameLookup getHostnameLookup() {
            throw new UnsupportedOperationException();
        }
    
        @Inject
        protected BuildOperationRunner getBuildOperationRunner() {
            throw new UnsupportedOperationException();
        }
    
        @Inject
        protected BuildOperationExecutor getBuildOperationExecutor() {
            throw new UnsupportedOperationException();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:49:01 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top