Package hudson.scm
Class RevisionParameterAction
java.lang.Object
hudson.model.InvisibleAction
hudson.scm.RevisionParameterAction
- All Implemented Interfaces:
Action,ModelObject,FoldableAction,Serializable
public class RevisionParameterAction
extends InvisibleAction
implements Serializable, FoldableAction
Action containing a list of SVN revisions that should be checked out. Used for parameterized builds.
- Author:
- Tom Huybrechts
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRevisionParameterAction(SubversionSCM.SvnInfo... revisions) RevisionParameterAction(List<SubversionSCM.SvnInfo> revisions) -
Method Summary
Modifier and TypeMethodDescriptionvoidfoldIntoExisting(Queue.Item item, Queue.Task owner, List<Action> otherActions) org.tmatesoft.svn.core.wc.SVNRevisiongetRevision(String url) toString()Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
RevisionParameterAction
-
RevisionParameterAction
-
RevisionParameterAction
-
-
Method Details
-
getRevisions
-
getRevision
-
foldIntoExisting
- Specified by:
foldIntoExistingin interfaceFoldableAction
-
toString
-