Class NpmRequestedCommands_1_0

java.lang.Object
com.gradle.scan.eventmodel.npm.NpmRequestedCommands_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="0.9.0") public class NpmRequestedCommands_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData containing the commands that the user requested to execute.

An event stream will contain a single NpmRequestedCommands_1_0.

  • Field Details

    • commands

      public final List<String> commands
      The commands that the user requested. The list is never null but can be empty if no commands were requested, or they can't be determined.
  • Constructor Details

    • NpmRequestedCommands_1_0

      public NpmRequestedCommands_1_0(List<String> commands)
  • Method Details