Class LogstashStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class LogstashStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    This is the pipeline counterpart of the LogstashJobProperty. This step will send the logs line by line to an indexer.
    • Constructor Detail

      • LogstashStep

        @DataBoundConstructor
        public LogstashStep()
        Constructor.
    • Method Detail

      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext context)
                                                                 throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step
        Throws:
        Exception