Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DefaultExecutionHistoryStore (0.2 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/impl/DefaultExecutionHistoryStore.java

    import static com.google.common.collect.Maps.transformValues;
    
    public class DefaultExecutionHistoryStore implements ExecutionHistoryStore {
    
        private final IndexedCache<String, PreviousExecutionState> store;
    
        public DefaultExecutionHistoryStore(
            Supplier<PersistentCache> cache,
            InMemoryCacheDecoratorFactory inMemoryCacheDecoratorFactory,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 09:09:23 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/service/scopes/ExecutionGradleServices.java

    import org.gradle.internal.execution.history.OverlappingOutputDetector;
    import org.gradle.internal.execution.history.changes.ExecutionStateChangeDetector;
    import org.gradle.internal.execution.history.impl.DefaultExecutionHistoryStore;
    import org.gradle.internal.execution.history.impl.DefaultOutputFilesRepository;
    import org.gradle.internal.execution.impl.DefaultExecutionEngine;
    import org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top