Class OutputStyledTextEvent_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.OutputStyledTextEvent_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
OutputStyledTextEvent_1_1
@GradleVersion(since="2.0")
@PluginVersion(since="1.0",
until="1.12")
public class OutputStyledTextEvent_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when a Gradle output styled text event occurs.
Zero or more OutputStyledTextEvent_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal OutputEventCommon_1_0The common details about the styled text.final List<? extends OutputSpan_1_0> The list of output spans associated with the styled text. -
Constructor Summary
ConstructorsConstructorDescriptionOutputStyledTextEvent_1_0(OutputEventCommon_1_0 common, List<? extends OutputSpan_1_0> spans) -
Method Summary
-
Field Details
-
common
The common details about the styled text. -
spans
The list of output spans associated with the styled text.
-
-
Constructor Details
-
OutputStyledTextEvent_1_0
public OutputStyledTextEvent_1_0(OutputEventCommon_1_0 common, List<? extends OutputSpan_1_0> spans)
-
-
Method Details