Class GlobalDecorator
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.log.TaskListenerDecorator
-
- jenkins.plugins.logstash.pipeline.GlobalDecorator
-
- All Implemented Interfaces:
Serializable
public class GlobalDecorator extends org.jenkinsci.plugins.workflow.log.TaskListenerDecorator
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GlobalDecorator.Factory
-
Constructor Summary
Constructors Constructor Description GlobalDecorator(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
GlobalDecorator(org.jenkinsci.plugins.workflow.job.WorkflowRun run, String stageName, String agentName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputStream
decorate(OutputStream logger)
-
-
-
Method Detail
-
decorate
public OutputStream decorate(OutputStream logger) throws IOException, InterruptedException
- Specified by:
decorate
in classorg.jenkinsci.plugins.workflow.log.TaskListenerDecorator
- Throws:
IOException
InterruptedException
-
-