Class NpmOutputText_1_2
java.lang.Object
com.gradle.scan.eventmodel.npm.output.NpmOutputText_1_0
com.gradle.scan.eventmodel.npm.output.NpmOutputText_1_1
com.gradle.scan.eventmodel.npm.output.NpmOutputText_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@NpmVersion(since="10.8.2")
@NpmAgentVersion(since="3.0.0")
public class NpmOutputText_1_2
extends NpmOutputText_1_1
An
EventData that is published when a line is printed to sysout or syserr.
Zero or more NpmOutputText_1_2 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when message is produced by the main npm process") NpmOutputOwnerRef_1_0The owner of the output message.Fields inherited from class com.gradle.scan.eventmodel.npm.output.NpmOutputText_1_1
streamTypeFields inherited from class com.gradle.scan.eventmodel.npm.output.NpmOutputText_1_0
text -
Constructor Summary
ConstructorsConstructorDescriptionNpmOutputText_1_2(@Nullable String text, NpmOutputStreamType_1 streamType, @Nullable NpmOutputOwnerRef_1_0 owner) -
Method Summary
-
Field Details
-
owner
@Nullable("when message is produced by the main npm process") public final @Nullable("when message is produced by the main npm process") NpmOutputOwnerRef_1_0 ownerThe owner of the output message.
-
-
Constructor Details
-
NpmOutputText_1_2
public NpmOutputText_1_2(@Nullable @Nullable String text, NpmOutputStreamType_1 streamType, @Nullable @Nullable NpmOutputOwnerRef_1_0 owner)
-
-
Method Details
-
equals
- Overrides:
equalsin classNpmOutputText_1_1
-
hashCode
public int hashCode()- Overrides:
hashCodein classNpmOutputText_1_1
-
toString
- Overrides:
toStringin classNpmOutputText_1_1
-