Package com.gradle.scan.plugin
Interface PublishedBuildScan
-
@Deprecated public interface PublishedBuildScanDeprecated.since 3.17, replaced byPublishedBuildScanA reference to a published build scan.- Since:
- 1.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetBuildScanId()Deprecated.The ID of the build scan.java.net.URIgetBuildScanUri()Deprecated.The complete address of the build scan.
-
-
-
Method Detail
-
getBuildScanId
java.lang.String getBuildScanId()
Deprecated.The ID of the build scan.Example: "bzoxfqz2pcmk4".
- Returns:
- the ID of the build scan
-
getBuildScanUri
java.net.URI getBuildScanUri()
Deprecated.The complete address of the build scan.Example: "https://my-server/s/bzoxfqz2pcmk4".
- Returns:
- the complete address of the build scan.
-
-