Package hudson.scm
Class CvsLog
java.lang.Object
hudson.scm.CvsLog
Represents raw data produced by "cvs log"/"cvs rlog" and the parse logic to convert it into
CVSChangeLogSet
- Author:
- Michael Clarke, Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
dispose()
Deletes any data stored by this object.mapCvsLog
(String cvsRoot, CvsRepositoryLocation location, CvsRepository repository, EnvVars envVars) protected abstract Reader
read()
Reads the "cvs log" output.
-
Constructor Details
-
CvsLog
public CvsLog()
-
-
Method Details
-
read
Reads the "cvs log" output.- Returns:
- the Reader to pull output from.
- Throws:
IOException
- on failure reading stored output
-
dispose
protected abstract void dispose()Deletes any data stored by this object. -
mapCvsLog
public CvsChangeSet mapCvsLog(String cvsRoot, CvsRepositoryLocation location, CvsRepository repository, EnvVars envVars) throws IOException - Throws:
IOException
-