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.
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 ClassesModifier and TypeClassDescriptionstatic classDeprecated.RegistersLogstashBuildWrapperas aBuildWrapper.Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
BuildWrapper.EnvironmentNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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 Details
-
LogstashBuildWrapper
@DataBoundConstructor public LogstashBuildWrapper()Deprecated.Create a newLogstashBuildWrapper.
-
-
Method Details
-
setUp
public BuildWrapper.Environment setUp(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException Deprecated.- Overrides:
setUpin classBuildWrapper- Throws:
IOExceptionInterruptedException
-
getDescriptor
Deprecated.- Specified by:
getDescriptorin interfaceDescribable<BuildWrapper>- Overrides:
getDescriptorin classAbstractDescribableImpl<BuildWrapper>
-