Class 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
    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 Detail

      • 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 Detail

      • MvnScopeIds_1_1

        public MvnScopeIds_1_1​(String buildInvocationId,
                               String workspaceId)