Package com.gradle.scan.plugin
Interface PublishedBuildScan
Deprecated.
A reference to a published build scan.
- Since:
- 1.8
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The ID of the build scan.Deprecated.The complete address of the build scan.
-
Method Details
-
getBuildScanId
String getBuildScanId()Deprecated.The ID of the build scan.Example: "bzoxfqz2pcmk4".
- Returns:
- the ID of the build scan
-
getBuildScanUri
URI getBuildScanUri()Deprecated.The complete address of the build scan.Example: "https://my-server/s/bzoxfqz2pcmk4".
- Returns:
- the complete address of the build scan.
-
PublishedBuildScan