Class MvnScopeIds_1_1

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

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.2") public class MvnScopeIds_1_1 extends MvnScopeIds_1_0
  • Field Details

    • workspaceId

      public final String workspaceId
      Represents the persistent ID of a build checked out on disk.

      The Develocity Maven Extension persists this ID within the .mvn directory of the top level project. Therefore, all build scans that use this same top level project will share the same workspace ID. If the .mvn directory is removed, a new ID will be assigned.

  • Constructor Details

    • MvnScopeIds_1_1

      public MvnScopeIds_1_1(String buildInvocationId, String workspaceId)
  • Method Details