Class MvnBuildModes_1_1

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

    @MavenVersion(since="3.3.1")
    @MavenExtensionVersion(since="1.13")
    public class MvnBuildModes_1_1
    extends MvnBuildModes_1_0
    An EventData containing details of the Maven build modes enabled (or not) for the build.

    Build modes annotated with Nullable may not be captured if the build is executed by a Maven launcher that does not make the full command line arguments available to the Maven runtime via environment variable.

    An event stream will contain a single MvnBuildModes_1_0.

    • Field Detail

      • rerunGoals

        public final boolean rerunGoals
        Whether the build was configured to rerun goals without checking the build cache.
        See Also:
        Rerunning goals
    • Constructor Detail

      • MvnBuildModes_1_1

        public MvnBuildModes_1_1​(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)