Package com.gradle.scan.eventmodel.maven
Class MvnUserCaptureSettings_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnUserCaptureSettings_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
MvnUserCaptureSettings_1_1
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.11",
until="1.21")
public class MvnUserCaptureSettings_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates the build's decision what data to capture for this build.
Successor of MvnGoalInputsFileFingerprintSetting_1_0
If goalInputFiles
is false
, each MvnGoalInputsFileProperty_1_0.roots
will always be empty.
One event of this type will always be present in the event stream.
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
Whether to capture build logging output for the build.final boolean
Whether to capture goal input file snapshots for the build.final boolean
Whether to capture test logging output for the build. -
Constructor Summary
ConstructorDescriptionMvnUserCaptureSettings_1_0
(boolean goalInputFiles, boolean buildLogging, boolean testLogging) -
Method Summary
-
Field Details
-
goalInputFiles
public final boolean goalInputFilesWhether to capture goal input file snapshots for the build. -
buildLogging
public final boolean buildLoggingWhether to capture build logging output for the build. -
testLogging
public final boolean testLoggingWhether to capture test logging output for the build.
-
-
Constructor Details
-
MvnUserCaptureSettings_1_0
public MvnUserCaptureSettings_1_0(boolean goalInputFiles, boolean buildLogging, boolean testLogging)
-
-
Method Details