public class PipelineEndStep
extends org.jenkinsci.plugins.workflow.steps.Step
Step which waits for a Cloud Manager pipeline end event.
If an Pipeline end event is received, all inner PipelineStepStateStep instances are quietly ended.
Any other inner steps are allowed to complete as configured.
See the Cloud Manager Events documentation.
Note: Syntax wise, until JENKINS-65646 is resolved, a block must be specified, even if its empty.
| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineEndStep.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
PipelineEndStep() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
boolean |
isMirror()
Flag if this step mirror the remote state.
|
void |
setEmpty(boolean empty) |
void |
setMirror(boolean mirror) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
Copyright © 2020–2021 Adobe Inc. All rights reserved.