hudson.plugins.doxygen
Class DoxygenDirectoryParser

java.lang.Object
  extended by hudson.plugins.doxygen.DoxygenDirectoryParser
All Implemented Interfaces:
hudson.FilePath.FileCallable<hudson.FilePath>, Serializable

public class DoxygenDirectoryParser
extends Object
implements hudson.FilePath.FileCallable<hudson.FilePath>, Serializable

See Also:
Serialized Form

Constructor Summary
DoxygenDirectoryParser(String publishType, String doxyfilePath, String doxygenHtmlDirectory)
           
DoxygenDirectoryParser(String publishType, String doxyfilePath, String doxygenHtmlDirectory, String folderWhereYouRunDoxygen)
           
 
Method Summary
 hudson.FilePath invoke(File workspace, hudson.remoting.VirtualChannel channel)
           
protected  Boolean isDirectoryAbsolute(hudson.FilePath base, String finalComputedDoxygenDir)
           
protected  boolean isDirectoryAbsolute(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoxygenDirectoryParser

public DoxygenDirectoryParser(String publishType,
                              String doxyfilePath,
                              String doxygenHtmlDirectory)

DoxygenDirectoryParser

public DoxygenDirectoryParser(String publishType,
                              String doxyfilePath,
                              String doxygenHtmlDirectory,
                              String folderWhereYouRunDoxygen)
Method Detail

invoke

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

isDirectoryAbsolute

protected boolean isDirectoryAbsolute(String path)

isDirectoryAbsolute

protected Boolean isDirectoryAbsolute(hudson.FilePath base,
                                      String finalComputedDoxygenDir)
                               throws IOException,
                                      InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2012. All Rights Reserved.