com.thalesgroup.hudson.plugins.cccc
Class CccccParser

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cccc.CccccParser
All Implemented Interfaces:
hudson.FilePath.FileCallable<CcccReport>, java.io.Serializable

public class CccccParser
extends java.lang.Object
implements hudson.FilePath.FileCallable<CcccReport>

See Also:
Serialized Form

Constructor Summary
CccccParser()
           
CccccParser(hudson.FilePath resultFilePath, java.io.PrintStream logger)
           
 
Method Summary
 java.io.PrintStream getLogger()
           
 hudson.FilePath getResultFilePath()
           
 CcccReport invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
           
 void setLogger(java.io.PrintStream logger)
           
 void setResultFilePath(hudson.FilePath resultFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CccccParser

public CccccParser()

CccccParser

public CccccParser(hudson.FilePath resultFilePath,
                   java.io.PrintStream logger)
Method Detail

invoke

public CcccReport invoke(java.io.File workspace,
                         hudson.remoting.VirtualChannel channel)
                  throws java.io.IOException
Specified by:
invoke in interface hudson.FilePath.FileCallable<CcccReport>
Throws:
java.io.IOException

getResultFilePath

public hudson.FilePath getResultFilePath()

setResultFilePath

public void setResultFilePath(hudson.FilePath resultFilePath)

getLogger

public java.io.PrintStream getLogger()

setLogger

public void setLogger(java.io.PrintStream logger)


Copyright © 2009. All Rights Reserved.