Package hudson.plugins.doxygen
Class DoxygenArchiver.BaseDoxygenAction
- java.lang.Object
-
- hudson.plugins.doxygen.DoxygenArchiver.BaseDoxygenAction
-
- All Implemented Interfaces:
Action,ModelObject
- Direct Known Subclasses:
DoxygenArchiver.DoxygenAction,DoxygenArchiver.DoxygenBuildAction
- Enclosing class:
- DoxygenArchiver
protected abstract static class DoxygenArchiver.BaseDoxygenAction extends Object implements Action
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseDoxygenAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Filedir()voiddoDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)StringgetDisplayName()StringgetIconFileName()protected abstract StringgetTitle()StringgetUrlName()
-
-
-
Method Detail
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
doDynamic
public void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException- Throws:
IOExceptionjavax.servlet.ServletException
-
getTitle
protected abstract String getTitle()
-
dir
protected abstract File dir()
-
-