Package jenkins.plugins.logstash
Class LogstashInstallation
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ToolInstallation>
-
- hudson.tools.ToolInstallation
-
- jenkins.plugins.logstash.LogstashInstallation
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstallation>
,Serializable
public class LogstashInstallation extends ToolInstallation
POJO for storing global configurations shared between components.- Since:
- 1.0.0
- Author:
- Rusty Gerard
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogstashInstallation.Descriptor
-
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 LogstashInstallation(String name, String home, List<? extends ToolProperty<?>> properties)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LogstashInstallation.Descriptor
getLogstashDescriptor()
-
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
-
-
-
-
Constructor Detail
-
LogstashInstallation
@DataBoundConstructor public LogstashInstallation(String name, String home, List<? extends ToolProperty<?>> properties)
-
-
Method Detail
-
getLogstashDescriptor
public static LogstashInstallation.Descriptor getLogstashDescriptor()
-
-