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
ConstructorDescriptionRevisionParameterAction
(SubversionSCM.SvnInfo... revisions) RevisionParameterAction
(List<SubversionSCM.SvnInfo> revisions) -
Method Summary
Modifier and TypeMethodDescriptionvoid
foldIntoExisting
(Queue.Item item, Queue.Task owner, List<Action> otherActions) org.tmatesoft.svn.core.wc.SVNRevision
getRevision
(String url) toString()
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
RevisionParameterAction
-
RevisionParameterAction
-
RevisionParameterAction
-
-
Method Details
-
getRevisions
-
getRevision
-
foldIntoExisting
- Specified by:
foldIntoExisting
in interfaceFoldableAction
-
toString
-