public class RevisionParameterAction extends hudson.model.InvisibleAction implements Serializable, hudson.model.queue.FoldableAction
| Constructor and Description |
|---|
RevisionParameterAction(List<SubversionSCM.SvnInfo> revisions) |
RevisionParameterAction(RevisionParameterAction action) |
RevisionParameterAction(SubversionSCM.SvnInfo... revisions) |
| Modifier and Type | Method and Description |
|---|---|
void |
foldIntoExisting(hudson.model.Queue.Item item,
hudson.model.Queue.Task owner,
List<hudson.model.Action> otherActions) |
org.tmatesoft.svn.core.wc.SVNRevision |
getRevision(String url) |
List<SubversionSCM.SvnInfo> |
getRevisions() |
String |
toString() |
getDisplayName, getIconFileName, getUrlNamepublic RevisionParameterAction(List<SubversionSCM.SvnInfo> revisions)
public RevisionParameterAction(RevisionParameterAction action)
public RevisionParameterAction(SubversionSCM.SvnInfo... revisions)
public List<SubversionSCM.SvnInfo> getRevisions()
public org.tmatesoft.svn.core.wc.SVNRevision getRevision(String url)
public void foldIntoExisting(hudson.model.Queue.Item item,
hudson.model.Queue.Task owner,
List<hudson.model.Action> otherActions)
foldIntoExisting in interface hudson.model.queue.FoldableActionCopyright © 2004–2015. All rights reserved.