hudson.matrix
Class MatrixBuild.RunPtr
java.lang.Object
hudson.matrix.MatrixBuild.RunPtr
- Enclosing class:
- MatrixBuild
public final class MatrixBuild.RunPtr
- extends Object
Used by view to render a ball for MatrixRun.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
combination
public final Combination combination
getRun
public MatrixRun getRun()
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
public String getTooltip()
Copyright © 2004-2013. All Rights Reserved.