Package hudson.matrix

Class MatrixBuild.RunPtr

    • Method Detail

      • getNearestRunUrl

        public String getNearestRunUrl()
        Return the URL to the run that this pointer references. In the typical case, this creates a very short relative url. If the referenced run is a nearest previous build, this method returns a longer URL to that exact build. MatrixRun which belongs to a given build MatrixBuild. If there is no run which belongs to the build, return url of run, which belongs to the nearest previous build.
      • getShortUrl

        public String getShortUrl()
      • getTooltip

        @CheckForNull
        public String getTooltip()
        Gets a tooltip from the item.
        Returns:
        Tooltip or null if it cannot be retrieved.