hudson.plugins.sfee
Class SFEEReleaseTask.Record

java.lang.Object
  extended by hudson.plugins.sfee.SFEEReleaseTask.Record
Enclosing class:
SFEEReleaseTask<T extends hudson.model.AbstractBuild>

public final class SFEEReleaseTask.Record
extends java.lang.Object


Constructor Summary
SFEEReleaseTask.Record(java.lang.String fileName)
           
 
Method Summary
 void doIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 void doStop(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 java.lang.String getBuildStatusUrl()
           
 java.lang.Object getExecutor()
           
 hudson.model.BallColor getIconColor()
           
 hudson.model.LargeText getLog()
          Returns the log of this deployment record.
 int getNumber()
           
 hudson.model.Result getResult()
          Result of the deployment.
 java.util.Calendar getTimestamp()
           
 java.lang.String getTimestampString()
           
 boolean isBuilding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFEEReleaseTask.Record

public SFEEReleaseTask.Record(java.lang.String fileName)
Method Detail

getLog

public hudson.model.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 java.util.Calendar getTimestamp()

getBuildStatusUrl

public java.lang.String getBuildStatusUrl()

getIconColor

public hudson.model.BallColor getIconColor()

doIndex

public final void doIndex(org.kohsuke.stapler.StaplerRequest req,
                          org.kohsuke.stapler.StaplerResponse rsp)
                   throws java.io.IOException
Throws:
java.io.IOException

doStop

public void doStop(org.kohsuke.stapler.StaplerRequest req,
                   org.kohsuke.stapler.StaplerResponse rsp)
            throws java.io.IOException
Throws:
java.io.IOException

getTimestampString

public java.lang.String getTimestampString()

getExecutor

public java.lang.Object getExecutor()


Copyright © 2008. All Rights Reserved.