hudson.plugins.pvcs_scm
Class PvcsLogReader

java.lang.Object
  extended by hudson.plugins.pvcs_scm.PvcsLogReader
All Implemented Interfaces:
java.lang.Runnable

public class PvcsLogReader
extends java.lang.Object
implements java.lang.Runnable

Generates a changelog set from the output of pcli vlog.

Author:
Brian Lalor <blalor@bravo5.org>

Constructor Summary
PvcsLogReader(java.io.InputStream is, java.lang.String archiveRoot, java.lang.String pathPrefix, java.util.Date lastBuild)
           
 
Method Summary
 PvcsChangeLogSet getChangeLogSet()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PvcsLogReader

public PvcsLogReader(java.io.InputStream is,
                     java.lang.String archiveRoot,
                     java.lang.String pathPrefix,
                     java.util.Date lastBuild)
Method Detail

getChangeLogSet

public PvcsChangeLogSet getChangeLogSet()

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2008. All Rights Reserved.