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)
           
 
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


Copyright © 2004-2013. All Rights Reserved.