Class NpmOutputText_2_0
java.lang.Object
com.gradle.scan.eventmodel.npm.output.NpmOutputText_2_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@NpmVersion(since="10.8.2")
@NpmAgentVersion(since="4.0.0")
public class NpmOutputText_2_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when a line is printed to sysout or syserr.
Zero or more NpmOutputText_2_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal NpmOutputOwnerRef_1_0The owner of the output message.final NpmOutputStreamType_1The stream type where the output message was printed.final @Nullable("when it is an empty line") StringThe output message. -
Constructor Summary
ConstructorsConstructorDescriptionNpmOutputText_2_0(@Nullable String text, NpmOutputStreamType_1 streamType, NpmOutputOwnerRef_1_0 owner) -
Method Summary
-
Field Details
-
text
@Nullable("when it is an empty line") public final @Nullable("when it is an empty line") String textThe output message. -
streamType
The stream type where the output message was printed. -
owner
The owner of the output message.
-
-
Constructor Details
-
NpmOutputText_2_0
public NpmOutputText_2_0(@Nullable @Nullable String text, NpmOutputStreamType_1 streamType, NpmOutputOwnerRef_1_0 owner)
-
-
Method Details