hudson.scm.listtagsparameter
Class DescendingRevisionSortedSVNDirEntryHandler
java.lang.Object
hudson.scm.listtagsparameter.DescendingRevisionSortedSVNDirEntryHandler
- All Implemented Interfaces:
- DirectoriesSvnEntryHandler, org.tmatesoft.svn.core.ISVNDirEntryHandler
public class DescendingRevisionSortedSVNDirEntryHandler
- extends Object
- implements DirectoriesSvnEntryHandler
ISVNDirEntryHandler used to get a list containing all the directories in a given Subversion repository sorted
by their SVN revision number, in descending order (from new to old).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescendingRevisionSortedSVNDirEntryHandler
public DescendingRevisionSortedSVNDirEntryHandler()
getDirectoryNames
public List<String> getDirectoryNames()
- Get the handled Directory names.
Sorted, descending by their revision number.
- Specified by:
getDirectoryNames in interface DirectoriesSvnEntryHandler
handleDirEntry
public void handleDirEntry(org.tmatesoft.svn.core.SVNDirEntry dirEntry)
throws org.tmatesoft.svn.core.SVNException
- Specified by:
handleDirEntry in interface org.tmatesoft.svn.core.ISVNDirEntryHandler
- Throws:
org.tmatesoft.svn.core.SVNException
Copyright © 2004-2012 Hudson. All Rights Reserved.