Package com.gradle.scan.eventmodel.maven
Class MvnUserNamedValue_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnUserNamedValue_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnUserNamedValue_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 MvnUserNamedValue_1_0
events may be published.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
key
The key of the named value. -
value
The value of the named value.Can be
null
.
-
-
Constructor Details
-
MvnUserNamedValue_1_0
-
-
Method Details