com.thalesgroup.hudson.plugins.jobrevision
Class RevisionResult

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.jobrevision.RevisionResult
All Implemented Interfaces:
Serializable

@ExportedBean
public class RevisionResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RevisionResult(String revision)
           
 
Method Summary
 hudson.model.Api getApi()
          Gets the remote API for the build result.
 String getDescription()
           
 Object getDynamic(String link, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 String getRevision()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionResult

public RevisionResult(String revision)
Method Detail

getDynamic

public Object getDynamic(String link,
                         org.kohsuke.stapler.StaplerRequest request,
                         org.kohsuke.stapler.StaplerResponse response)
                  throws IOException
Throws:
IOException

getRevision

@Exported
public String getRevision()

getDescription

@Exported
public String getDescription()

getApi

public hudson.model.Api getApi()
Gets the remote API for the build result.

Returns:
the remote API


Copyright © 2004-2012. All Rights Reserved.