Class PseudoRun.RunUrl
- java.lang.Object
-
- com.cloudbees.hudson.plugins.folder.computed.PseudoRun.RunUrl
-
- Enclosing class:
- PseudoRun<I extends TopLevelItem>
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static final class PseudoRun.RunUrl extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseUrl()StringgetNextBuildUrl()Returns the same page in the next build.StringgetPreviousBuildUrl()Returns the same page in the previous build.
-
-
-
Constructor Detail
-
RunUrl
public RunUrl(String base)
-
-
Method Detail
-
getBaseUrl
public String getBaseUrl()
-
getNextBuildUrl
public String getNextBuildUrl()
Returns the same page in the next build.- Returns:
- the same page in the next build.
-
getPreviousBuildUrl
public String getPreviousBuildUrl()
Returns the same page in the previous build.- Returns:
- the same page in the previous build.
-
-