Package com.gradle.scan.eventmodel.maven
Class MvnOutputStyledText_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnOutputStyledText_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.2")
public class MvnOutputStyledText_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published when a Maven line is printed to System.out
or System.err
.
Zero or more MvnOutputStyledText_1_0
events may be published.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable MvnOutputOwnerRef_1_0
The owner of the output message.final @Nullable List
<? extends MvnOutputSpan_1_0> The list of output spans associated with the styled text. -
Constructor Summary
ConstructorDescriptionMvnOutputStyledText_1_0
(@Nullable List<? extends MvnOutputSpan_1_0> spans, @Nullable MvnOutputOwnerRef_1_0 owner) -
Method Summary
-
Field Details
-
spans
The list of output spans associated with the styled text.null
if it's an empty line. -
owner
The owner of the output message.null
if the message cannot be associated with an owner.
-
-
Constructor Details
-
MvnOutputStyledText_1_0
public MvnOutputStyledText_1_0(@Nullable @Nullable List<? extends MvnOutputSpan_1_0> spans, @Nullable @Nullable MvnOutputOwnerRef_1_0 owner)
-
-
Method Details