Package hudson.plugins.doxygen
Class DoxygenArchiver.DoxygenAction
- java.lang.Object
-
- hudson.plugins.doxygen.DoxygenArchiver.BaseDoxygenAction
-
- hudson.plugins.doxygen.DoxygenArchiver.DoxygenAction
-
- All Implemented Interfaces:
Action
,ModelObject
,ProminentProjectAction
- Enclosing class:
- DoxygenArchiver
public static class DoxygenArchiver.DoxygenAction extends DoxygenArchiver.BaseDoxygenAction implements ProminentProjectAction
-
-
Constructor Summary
Constructors Constructor Description DoxygenAction(AbstractItem project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected File
dir()
protected String
getTitle()
-
Methods inherited from class hudson.plugins.doxygen.DoxygenArchiver.BaseDoxygenAction
doDynamic, getDisplayName, getIconFileName, getUrlName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
-
-
-
Constructor Detail
-
DoxygenAction
public DoxygenAction(AbstractItem project)
-
-
Method Detail
-
dir
protected File dir()
- Specified by:
dir
in classDoxygenArchiver.BaseDoxygenAction
-
getTitle
protected String getTitle()
- Specified by:
getTitle
in classDoxygenArchiver.BaseDoxygenAction
-
-