com.thalesgroup.hudson.plugins.jobrevision
Class RevisionResult
java.lang.Object
com.thalesgroup.hudson.plugins.jobrevision.RevisionResult
- All Implemented Interfaces:
- java.io.Serializable
@ExportedBean
public class RevisionResult
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Method Summary |
hudson.model.Api |
getApi()
Gets the remote API for the build result. |
java.lang.String |
getDescription()
|
java.lang.Object |
getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
|
java.lang.String |
getRevision()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RevisionResult
public RevisionResult(java.lang.String revision)
getDynamic
public java.lang.Object getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws java.io.IOException
- Throws:
java.io.IOException
getRevision
@Exported
public java.lang.String getRevision()
getDescription
@Exported
public java.lang.String getDescription()
getApi
public hudson.model.Api getApi()
- Gets the remote API for the build result.
- Returns:
- the remote API
Copyright © 2010. All Rights Reserved.