Package com.gradle.scan.eventmodel.maven
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 Summary
Modifier and TypeFieldDescriptionfinal String
Represents the persistent ID of a build checked out on disk.Fields inherited from class com.gradle.scan.eventmodel.maven.MvnScopeIds_1_0
buildInvocationId
-
Constructor Summary
-
Method Summary
-
Field Details
-
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
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnScopeIds_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnScopeIds_1_0
-
toString
- Overrides:
toString
in classMvnScopeIds_1_0
-