Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CandidateClassFile (0.14 sec)

  1. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/enterprise/test/impl/DefaultTestTaskPropertiesService.java

        public void doNotStoreInCache(Test task) {
            ((TaskOutputsEnterpriseInternal) task.getOutputs()).doNotStoreInCache();
        }
    
        private ImmutableList<CandidateClassFile> collectCandidateClassFiles(Test task) {
            ImmutableList.Builder<CandidateClassFile> builder = ImmutableList.builder();
            task.getCandidateClassFiles().visit(new EmptyFileVisitor() {
                @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:16:16 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top