Class MvnBuildModes_1_2

All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="2.0") public class MvnBuildModes_1_2 extends MvnBuildModes_1_1
  • Field Details

    • daemon

      public final boolean daemon
      Whether the build runs with the Maven Daemon.
      See Also:
  • Constructor Details

    • MvnBuildModes_1_2

      public MvnBuildModes_1_2(int maxThreads, boolean errors, boolean nonRecursive, boolean noSnapshotUpdates, boolean offline, boolean updateSnapshots, @Nullable @Nullable Boolean batchMode, @Nullable @Nullable Boolean debug, @Nullable @Nullable Boolean failAtEnd, @Nullable @Nullable Boolean failFast, @Nullable @Nullable Boolean failNever, @Nullable @Nullable Boolean laxChecksums, @Nullable @Nullable Boolean quiet, @Nullable @Nullable Boolean strictChecksums, boolean rerunGoals, boolean daemon)
  • Method Details