Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/changes/ExecutionStateChanges.java

    /**
     * Represents the complete changes in execution state
     */
    public interface ExecutionStateChanges {
    
        /**
         * Returns all change messages for inputs and outputs.
         */
        ImmutableList<String> getChangeDescriptions();
    
        InputChangesInternal createInputChanges();
    
        static ExecutionStateChanges incremental(
            ImmutableList<String> changeDescriptions,
            InputFileChanges inputFileChanges,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:34 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top