hudson.scm
Class RevisionParameterAction

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by hudson.scm.RevisionParameterAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, Serializable

public class RevisionParameterAction
extends hudson.model.InvisibleAction
implements Serializable

Action containing a list of SVN revisions that should be checked out. Used for parameterized builds. Modify: changed by tang

Author:
tang,Tom Huybrechts
See Also:
Serialized Form

Constructor Summary
RevisionParameterAction(BlameSubversionSCM.SvnInfo... revisions)
           
RevisionParameterAction(List<BlameSubversionSCM.SvnInfo> revisions)
           
 
Method Summary
 org.tmatesoft.svn.core.wc.SVNRevision getRevision(String url)
           
 List<BlameSubversionSCM.SvnInfo> getRevisions()
           
 
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionParameterAction

public RevisionParameterAction(List<BlameSubversionSCM.SvnInfo> revisions)

RevisionParameterAction

public RevisionParameterAction(BlameSubversionSCM.SvnInfo... revisions)
Method Detail

getRevisions

public List<BlameSubversionSCM.SvnInfo> getRevisions()

getRevision

public org.tmatesoft.svn.core.wc.SVNRevision getRevision(String url)


Copyright © 2004-2012 Hudson. All Rights Reserved.