hudson.plugins.sfee
Class SFEEReleaseTask.Record
java.lang.Object
hudson.plugins.sfee.SFEEReleaseTask.Record
- Enclosing class:
- SFEEReleaseTask<T extends hudson.model.AbstractBuild>
public final class SFEEReleaseTask.Record
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SFEEReleaseTask.Record
public SFEEReleaseTask.Record(String fileName)
getLog
public org.kohsuke.stapler.framework.io.LargeText getLog()
- Returns the log of this deployment record.
getResult
public hudson.model.Result getResult()
- Result of the deployment. During the build, this value is null.
getNumber
public int getNumber()
isBuilding
public boolean isBuilding()
getTimestamp
public Calendar getTimestamp()
getBuildStatusUrl
public String getBuildStatusUrl()
getIconColor
public hudson.model.BallColor getIconColor()
doIndex
public final void doIndex(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
- Throws:
IOException
doStop
public void doStop(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
- Throws:
IOException
getTimestampString
public String getTimestampString()
getExecutor
public Object getExecutor()
Copyright © 2004-2012 Hudson. All Rights Reserved.