|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.svn.SVNCommitProcessor
public class SVNCommitProcessor
SVN Repository processor to extract commit information.
Constructor Summary | |
---|---|
SVNCommitProcessor(java.lang.String repositoryUrl,
java.lang.String userName,
java.lang.String password)
Constructs this instance. |
Method Summary | |
---|---|
CommitRecord |
getCommitRecord(long revision)
Gets commit record for a specified revision. |
long |
getRevisionNumber(java.util.Date date)
Gets the largest revision number at the date specified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVNCommitProcessor(java.lang.String repositoryUrl, java.lang.String userName, java.lang.String password) throws java.lang.Exception
repositoryUrl
- The svn repository url. It can points to a
subdirectory in the repository.userName
- The user name. Null is a valid value. If either user name
or password is null, then anonymous credential is used to access the svn
repository.password
- The password. Null is a valid value.
java.lang.Exception
- If there is any error.Method Detail |
---|
public long getRevisionNumber(java.util.Date date) throws java.lang.Exception
date
- The date.
java.lang.Exception
- If there is any error.public CommitRecord getCommitRecord(long revision) throws java.lang.Exception
revision
- The revision number.
java.lang.Exception
- If there is any error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |