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 protected
BaseDoxygenAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract File
dir()
void
doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
String
getDisplayName()
String
getIconFileName()
protected abstract String
getTitle()
String
getUrlName()
-
-
-
Method Detail
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
doDynamic
public void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
getTitle
protected abstract String getTitle()
-
dir
protected abstract File dir()
-
-