Package hudson
Class Functions.RunUrl
- java.lang.Object
-
- hudson.Functions.RunUrl
-
- Enclosing class:
- Functions
public static final class Functions.RunUrl extends Object
URL decomposed for easier computation of relevant URLs.The decomposed URL will be of the form:
aaaaaa/524/bbbbb/cccc -head-| N |---rest--- ----- base -----|
The head portion is the part of the URL from the
Jenkins
object to the firstRun
subtype. When "next/prev build" is chosen, this part remains intact.The
524
is the path fromJob
toRun
.The
bbb
portion is the path after that till the lastRun
subtype. Theccc
portion is the part after that.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseUrl()
String
getNextBuildUrl()
Returns the same page in the next build.String
getPreviousBuildUrl()
Returns the same page in the previous build.
-