Interface PublishedBuildScan
-
public interface PublishedBuildScan
A reference to a published build scan.- Since:
- 1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBuildScanId()
The ID of the build scan.URI
getBuildScanUri()
The complete address of the build scan.
-
-
-
Method Detail
-
getBuildScanId
String getBuildScanId()
The ID of the build scan.Example: "bzoxfqz2pcmk4".
- Returns:
- the ID of the build scan
-
getBuildScanUri
URI getBuildScanUri()
The complete address of the build scan.Example: "https://my-server/s/bzoxfqz2pcmk4".
- Returns:
- the complete address of the build scan.
-
-