public class FolderComputation<I extends hudson.model.TopLevelItem>
extends hudson.model.Actionable
implements hudson.model.Queue.Executable, hudson.model.Saveable
ComputedFolder.| Modifier | Constructor and Description |
|---|---|
protected |
FolderComputation(ComputedFolder<I> folder,
FolderComputation<I> previous) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildStatusIconClassName() |
List<hudson.model.Cause> |
getCauses() |
protected hudson.XmlFile |
getDataFile() |
String |
getDisplayName() |
String |
getDurationString() |
long |
getEstimatedDuration() |
hudson.model.BallColor |
getIconColor() |
File |
getLogFile() |
hudson.console.AnnotatedLargeText<FolderComputation<I>> |
getLogText() |
ComputedFolder<I> |
getParent() |
hudson.model.Result |
getPreviousResult() |
hudson.model.Result |
getResult() |
String |
getSearchUrl() |
Calendar |
getTimestamp() |
String |
getUrl() |
boolean |
isBuilding() |
boolean |
isLogUpdated() |
void |
run() |
void |
save() |
void |
writeLogTo(long offset,
org.apache.commons.jelly.XMLOutput out) |
void |
writeWholeLogTo(OutputStream out) |
addAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, replaceActiongetSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendErrorprotected FolderComputation(@Nonnull ComputedFolder<I> folder, @CheckForNull FolderComputation<I> previous)
public void run()
public void save()
throws IOException
save in interface hudson.model.SaveableIOException@Nonnull protected hudson.XmlFile getDataFile()
public List<hudson.model.Cause> getCauses()
public String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectpublic String getSearchUrl()
getSearchUrl in interface hudson.search.SearchItempublic ComputedFolder<I> getParent()
getParent in interface hudson.model.Queue.Executablepublic long getEstimatedDuration()
getEstimatedDuration in interface hudson.model.Queue.Executablepublic boolean isBuilding()
public boolean isLogUpdated()
@Nonnull public hudson.console.AnnotatedLargeText<FolderComputation<I>> getLogText()
public void writeLogTo(long offset,
org.apache.commons.jelly.XMLOutput out)
throws IOException
IOExceptionpublic void writeWholeLogTo(@Nonnull OutputStream out) throws IOException, InterruptedException
IOExceptionInterruptedException@CheckForNull public hudson.model.Result getResult()
@CheckForNull public hudson.model.Result getPreviousResult()
@Nonnull public hudson.model.BallColor getIconColor()
public String getBuildStatusIconClassName()
Copyright © 2016. All rights reserved.