Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOutputFileLocationSnapshots (0.28 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/BaseSnapshotInputsBuildOperationResult.java

                )
                .orElse(null);
        }
    
        @Nullable
        public List<String> getOutputPropertyNames() {
            return getBeforeExecutionState()
                .map(BeforeExecutionState::getOutputFileLocationSnapshots)
                .map(ImmutableSortedMap::keySet)
                .filter(outputPropertyNames -> !outputPropertyNames.isEmpty())
                .map(ImmutableSet::asList)
                .orElse(null);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 11:36:42 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top