Class MvnScopeIds_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.MvnScopeIds_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
MvnScopeIds_1_1

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.0", until="1.1") public class MvnScopeIds_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData describing the scope IDs of the build invocation.

Scope IDs are globally unique IDs that can be used to identify build invocations, and to link related builds.

An event stream will contain a single MvnScopeIds_1_0.

  • Field Details

    • buildInvocationId

      public final String buildInvocationId
      Represents the ID of a build invocation.

      Each build invocation (i.e. invocation of Maven) is assigned a different ID.

  • Constructor Details

    • MvnScopeIds_1_0

      public MvnScopeIds_1_0(String buildInvocationId)
  • Method Details