Package com.gradle.scan.eventmodel.maven
Class MvnBuildRequestedGoals_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildRequestedGoals_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnBuildRequestedGoals_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
containing the goals or lifecycle phases that the user requested to execute.
An event stream will contain a single MvnBuildRequestedGoals_1_0
.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
goals
List of requested goals or lifecycle phases.The list is never
null
but can be empty when no goals or lifecycle phases are requested.
-
-
Constructor Details
-
MvnBuildRequestedGoals_1_0
-
-
Method Details