Package hudson.plugins.doxygen
Class DoxygenDirectoryParser
- java.lang.Object
-
- hudson.plugins.doxygen.DoxygenDirectoryParser
-
- All Implemented Interfaces:
FilePath.FileCallable<FilePath>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class DoxygenDirectoryParser extends Object implements FilePath.FileCallable<FilePath>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoxygenDirectoryParser(String publishType, String doxyfilePath, String doxygenHtmlDirectory)
Deprecated.DoxygenDirectoryParser(String publishType, String doxyfilePath, String doxygenHtmlDirectory, String folderWhereYouRunDoxygen)
Deprecated.DoxygenDirectoryParser(String publishType, String doxyfilePath, String doxygenHtmlDirectory, String folderWhereYouRunDoxygen, EnvVars environment)
DoxygenDirectoryParser(String publishType, String doxyfilePath, String doxygenHtmlDirectory, String folderWhereYouRunDoxygen, EnvVars environment, TaskListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkRoles(org.jenkinsci.remoting.RoleChecker checker)
FilePath
invoke(File workspace, hudson.remoting.VirtualChannel channel)
-
-
-
Constructor Detail
-
DoxygenDirectoryParser
@Deprecated public DoxygenDirectoryParser(String publishType, String doxyfilePath, String doxygenHtmlDirectory)
Deprecated.
-
DoxygenDirectoryParser
@Deprecated public DoxygenDirectoryParser(String publishType, String doxyfilePath, String doxygenHtmlDirectory, String folderWhereYouRunDoxygen)
Deprecated.
-
DoxygenDirectoryParser
public DoxygenDirectoryParser(String publishType, String doxyfilePath, String doxygenHtmlDirectory, String folderWhereYouRunDoxygen, EnvVars environment)
-
-
Method Detail
-
invoke
public FilePath invoke(File workspace, hudson.remoting.VirtualChannel channel) throws IOException
- Specified by:
invoke
in interfaceFilePath.FileCallable<FilePath>
- Throws:
IOException
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
- Specified by:
checkRoles
in interfaceorg.jenkinsci.remoting.RoleSensitive
- Throws:
SecurityException
-
-