@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class PseudoRun<I extends TopLevelItem> extends Actionable implements org.kohsuke.stapler.StaplerFallback
Run
used to render last build information via Stapler and JellyModifier and Type | Class and Description |
---|---|
static class |
PseudoRun.RunUrl |
ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem
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() |
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, addOrReplaceAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, removeAction, removeActions, replaceAction, replaceActions
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
public String getDisplayName()
getDisplayName
in interface ModelObject
public PseudoRun.RunUrl decompose(org.kohsuke.stapler.StaplerRequest req)
@Nonnull public String getTimestampString()
@Nonnull public String getTimestampString2()
@CheckForNull public Result getResult()
public String getSearchUrl()
getSearchUrl
in interface SearchItem
public Object getStaplerFallback()
getStaplerFallback
in interface org.kohsuke.stapler.StaplerFallback
public 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–2020. All rights reserved.