hudson.matrix
Class MatrixBuild.RunPtr

java.lang.Object
  extended by hudson.matrix.MatrixBuild.RunPtr
Enclosing class:
MatrixBuild

public final class MatrixBuild.RunPtr
extends Object

Used by view to render a ball for MatrixRun.


Field Summary
 Combination combination
           
 
Method Summary
 String getNearestRunUrl()
          Return the URL to the run that this pointer references.
 MatrixRun getRun()
           
 String getShortUrl()
           
 String getTooltip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

combination

public final Combination combination
Method Detail

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.