Package jenkins.plugins.logstash
Class LogstashBuildWrapper
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<BuildWrapper>
-
- hudson.tasks.BuildWrapper
-
- jenkins.plugins.logstash.LogstashBuildWrapper
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<BuildWrapper>
@Deprecated public class LogstashBuildWrapper extends BuildWrapper
Deprecated.This BuildWrapper is not used anymore. We just keep it to be able to convert projects that have the BuildWrapper configured at startup or when posting the xml via the rest api to the JobProperty.- Author:
- K Jonathan Harker
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogstashBuildWrapper.DescriptorImpl
Deprecated.RegistersLogstashBuildWrapper
as aBuildWrapper
.-
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
BuildWrapper.Environment
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description LogstashBuildWrapper()
Deprecated.Create a newLogstashBuildWrapper
.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LogstashBuildWrapper.DescriptorImpl
getDescriptor()
Deprecated.BuildWrapper.Environment
setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
Deprecated.-
Methods inherited from class hudson.tasks.BuildWrapper
all, decorateLauncher, decorateLogger, getProjectAction, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, setUp
-
-
-
-
Constructor Detail
-
LogstashBuildWrapper
@DataBoundConstructor public LogstashBuildWrapper()
Deprecated.Create a newLogstashBuildWrapper
.
-
-
Method Detail
-
setUp
public BuildWrapper.Environment setUp(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException
Deprecated.- Overrides:
setUp
in classBuildWrapper
- Throws:
IOException
InterruptedException
-
getDescriptor
public LogstashBuildWrapper.DescriptorImpl getDescriptor()
Deprecated.- Specified by:
getDescriptor
in interfaceDescribable<BuildWrapper>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<BuildWrapper>
-
-