com.atlassian.bamboo.repository.cvsimpl
Class CvsChangeLogListener
java.lang.Object
com.atlassian.bamboo.repository.cvsimpl.AbstractCvsListener
com.atlassian.bamboo.repository.cvsimpl.CvsChangeLogListener
- All Implemented Interfaces:
- org.netbeans.lib.cvsclient.event.CVSListener
public class CvsChangeLogListener
- extends AbstractCvsListener
- implements org.netbeans.lib.cvsclient.event.CVSListener
Constructor Summary |
CvsChangeLogListener(org.netbeans.lib.cvsclient.CVSRoot cvsRoot,
java.lang.String module)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.netbeans.lib.cvsclient.event.CVSListener |
fileAdded, fileRemoved, fileToRemove, fileUpdated, messageSent, messageSent, moduleExpanded |
CvsChangeLogListener
public CvsChangeLogListener(org.netbeans.lib.cvsclient.CVSRoot cvsRoot,
java.lang.String module)
fileInfoGenerated
public void fileInfoGenerated(org.netbeans.lib.cvsclient.event.FileInfoEvent event)
- Specified by:
fileInfoGenerated
in interface org.netbeans.lib.cvsclient.event.CVSListener
- Overrides:
fileInfoGenerated
in class AbstractCvsListener
commandTerminated
public void commandTerminated(org.netbeans.lib.cvsclient.event.TerminationEvent event)
- Specified by:
commandTerminated
in interface org.netbeans.lib.cvsclient.event.CVSListener
- Overrides:
commandTerminated
in class AbstractCvsListener
getCommits
@NotNull
public java.util.List<Commit> getCommits()
getBranches
@NotNull
public java.util.Set<java.lang.String> getBranches()
getTags
@NotNull
public java.util.Set<java.lang.String> getTags()
Copyright © 2011 Atlassian. All Rights Reserved.