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

public class RevisionParameterAction
extends hudson.model.InvisibleAction

Action containing a list of SVN revisions that should be checked out. Used for parameterized builds.

Author:
Tom Huybrechts

Constructor Summary
RevisionParameterAction(java.util.List<SubversionSCM.SvnInfo> revisions)
           
RevisionParameterAction(SubversionSCM.SvnInfo... revisions)
           
 
Method Summary
 org.tmatesoft.svn.core.wc.SVNRevision getRevision(java.lang.String url)
           
 java.util.List<SubversionSCM.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(java.util.List<SubversionSCM.SvnInfo> revisions)

RevisionParameterAction

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

getRevisions

public java.util.List<SubversionSCM.SvnInfo> getRevisions()

getRevision

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


Copyright © 2009. All Rights Reserved.