hudson.scm
Class SurroundSCMRevisionState

java.lang.Object
  extended by hudson.scm.SCMRevisionState
      extended by hudson.scm.SurroundSCMRevisionState
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public final class SurroundSCMRevisionState
extends hudson.scm.SCMRevisionState


Field Summary
 
Fields inherited from class hudson.scm.SCMRevisionState
NONE
 
Constructor Summary
SurroundSCMRevisionState(Date buildDate, int buildNumber)
           
 
Method Summary
 int getBuildNumber()
           
 Date getDate()
           
 
Methods inherited from class hudson.scm.SCMRevisionState
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurroundSCMRevisionState

public SurroundSCMRevisionState(Date buildDate,
                                int buildNumber)
Method Detail

getDate

public Date getDate()

getBuildNumber

public int getBuildNumber()


Copyright © 2004-2015 Hudson. All Rights Reserved.