Interface BuildStatusLinks
public interface BuildStatusLinks
A collection of hyperlinks to be displayed on a build status, that redirect the user to information about a
given build.
- Since:
- 7.8
-
Method Summary
-
Method Details
-
getArtifactsLink
- Returns:
- a URL pointing to the artifacts created for this build if it exists; empty otherwise
-
getLogsLink
- Returns:
- a URL pointing to the logs for this build if it exists; empty otherwise
-