hudson.scm
Class RevisionParameterAction
java.lang.Object
hudson.model.InvisibleAction
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
| 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 |
RevisionParameterAction
public RevisionParameterAction(List<BlameSubversionSCM.SvnInfo> revisions)
RevisionParameterAction
public RevisionParameterAction(BlameSubversionSCM.SvnInfo... revisions)
getRevisions
public List<BlameSubversionSCM.SvnInfo> getRevisions()
getRevision
public org.tmatesoft.svn.core.wc.SVNRevision getRevision(String url)
Copyright © 2004-2012 Hudson. All Rights Reserved.