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 Details

    • getArtifactsLink

      @Nonnull Optional<URI> getArtifactsLink()
      Returns:
      a URL pointing to the artifacts created for this build if it exists; empty otherwise
    • getLogsLink

      Optional<URI> getLogsLink()
      Returns:
      a URL pointing to the logs for this build if it exists; empty otherwise