@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class PseudoRun<I extends hudson.model.TopLevelItem>
extends hudson.model.Actionable
implements org.kohsuke.stapler.StaplerFallback
Run used to render last build information via Stapler and Jelly| Modifier and Type | Class and Description |
|---|---|
static class |
PseudoRun.RunUrl |
| Modifier and Type | Method and Description |
|---|---|
PseudoRun.RunUrl |
decompose(org.kohsuke.stapler.StaplerRequest req) |
org.kohsuke.stapler.HttpResponse |
doConsole(org.kohsuke.stapler.StaplerRequest request) |
org.kohsuke.stapler.HttpResponse |
doConsoleText(org.kohsuke.stapler.StaplerRequest request) |
org.kohsuke.stapler.HttpResponse |
doIndex(org.kohsuke.stapler.StaplerRequest request) |
String |
getDisplayName() |
String |
getDurationString() |
File |
getLogFile() |
hudson.model.Result |
getResult() |
String |
getSearchUrl() |
Object |
getStaplerFallback() |
Calendar |
getTimestamp() |
String |
getTimestampString()
Gets the string that says how long since this build has started.
|
String |
getTimestampString2()
Returns the timestamp formatted in xs:dateTime.
|
addAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, replaceActionpublic String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectpublic PseudoRun.RunUrl decompose(org.kohsuke.stapler.StaplerRequest req)
@Nonnull public String getTimestampString()
@Nonnull public String getTimestampString2()
@CheckForNull public hudson.model.Result getResult()
public String getSearchUrl()
getSearchUrl in interface hudson.search.SearchItempublic Object getStaplerFallback()
getStaplerFallback in interface org.kohsuke.stapler.StaplerFallbackpublic org.kohsuke.stapler.HttpResponse doIndex(org.kohsuke.stapler.StaplerRequest request)
public org.kohsuke.stapler.HttpResponse doConsole(org.kohsuke.stapler.StaplerRequest request)
public org.kohsuke.stapler.HttpResponse doConsoleText(org.kohsuke.stapler.StaplerRequest request)
Copyright © 2016–2017. All rights reserved.