Package com.gradle.scan.eventmodel.npm
Class NpmUserNamedValue_1_0
java.lang.Object
com.gradle.scan.eventmodel.npm.NpmUserNamedValue_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@NpmVersion(since="10.8.2")
@NpmAgentVersion(since="0.9.0")
public class NpmUserNamedValue_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when a custom named value has been applied to the build.
Zero or more NpmUserNamedValue_1_0 events may be published.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
The key of the named value. -
value
@Nullable("when the defined value is null") public final @Nullable("when the defined value is null") String valueThe value of the named value.
-
-
Constructor Details
-
NpmUserNamedValue_1_0
-
-
Method Details