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 SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionReturn the URL to the run that this pointer references.getRun()Gets a tooltip from the item.
- 
Field Details- 
combination
 
- 
- 
Method Details- 
getRun
- 
getNearestRunUrlReturn 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.MatrixRunwhich 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
- 
getTooltipGets a tooltip from the item.- Returns:
- Tooltip or null if it cannot be retrieved.
 
 
-