public class PollPipelineStep
extends org.jenkinsci.plugins.workflow.steps.Step
The pipeline execution needs to be in the Job/Build context.
Modifier and Type | Class and Description |
---|---|
static class |
PollPipelineStep.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
PollPipelineStep() |
Modifier and Type | Method and Description |
---|---|
long |
getRecurrencePeriod()
Wait period before repeated API checks, in milliseconds
|
boolean |
isQuiet()
Flag to indicate whether or not this step should log each API check.
|
void |
setQuiet(boolean quiet) |
void |
setRecurrencePeriod(long recurrencePeriod) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
public long getRecurrencePeriod()
@DataBoundSetter public void setRecurrencePeriod(long recurrencePeriod)
public boolean isQuiet()
@DataBoundSetter public void setQuiet(boolean quiet)
Copyright © 2020–2021 Adobe Inc. All rights reserved.