Package hudson.plugins.doxygen
Class DoxygenInstallation
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ToolInstallation>
-
- hudson.tools.ToolInstallation
-
- hudson.plugins.doxygen.DoxygenInstallation
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstallation>
,EnvironmentSpecific<DoxygenInstallation>
,NodeSpecific<DoxygenInstallation>
,Serializable
public final class DoxygenInstallation extends ToolInstallation implements NodeSpecific<DoxygenInstallation>, EnvironmentSpecific<DoxygenInstallation>
Represents an installation of doxygen These installations can be managed through Jenkins administration- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DoxygenInstallation.DescriptorImpl
-
Nested classes/interfaces inherited from class hudson.tools.ToolInstallation
ToolInstallation.ToolConverter
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description DoxygenInstallation(String name, String home)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoxygenInstallation
forEnvironment(EnvVars environment)
DoxygenInstallation
forNode(Node node, TaskListener log)
-
Methods inherited from class hudson.tools.ToolInstallation
all, buildEnvVars, getHome, getName, getProperties, readResolve, toString, translate, translate, translateFor, writeReplace
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
forNode
public DoxygenInstallation forNode(Node node, TaskListener log) throws IOException, InterruptedException
- Specified by:
forNode
in interfaceNodeSpecific<DoxygenInstallation>
- Throws:
IOException
InterruptedException
-
forEnvironment
public DoxygenInstallation forEnvironment(EnvVars environment)
- Specified by:
forEnvironment
in interfaceEnvironmentSpecific<DoxygenInstallation>
-
-