Package hudson.matrix
Class MatrixBuild.RunPtr
java.lang.Object
hudson.matrix.MatrixBuild.RunPtr
- Enclosing class:
- MatrixBuild
Used by view to render a ball for
MatrixRun
.-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the URL to the run that this pointer references.getRun()
Gets a tooltip from the item.
-
Field Details
-
combination
-
-
Method Details
-
getRun
-
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 buildMatrixBuild
. If there is no run which belongs to the build, return url of run, which belongs to the nearest previous build. -
getShortUrl
-
getTooltip
Gets a tooltip from the item.- Returns:
- Tooltip or null if it cannot be retrieved.
-