Facilitates processing “chains”, making it easier to break up processing logic into discrete {@link org.gradle.launcher.daemon.server.api.DaemonCommandAction actions}.
The given actions will be executed in the order given to the constructor, and should use the {@link #proceed()} method to allowthe next action to run. If an action does not call {@code proceed()}, it will be the last action that executes.
|
|