Package io.jenkins.plugins.harbor.steps
Class WaitForHarborWebhookStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.harbor.steps.WaitForHarborWebhookStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public class WaitForHarborWebhookStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorDescriptionWaitForHarborWebhookStep
(String server, String credentialsId, String fullImageName, Severity severity, boolean abortPipeline) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAbortPipeline
(boolean abortPipeline) void
setCredentialsId
(String credentialsId) void
setFullImageName
(String fullImageName) void
void
setSeverity
(Severity severity) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
WaitForHarborWebhookStep
-
-
Method Details
-
getServer
-
setServer
-
getCredentialsId
-
setCredentialsId
-
getSeverity
-
setSeverity
-
getFullImageName
-
setFullImageName
-
isAbortPipeline
public boolean isAbortPipeline() -
setAbortPipeline
@DataBoundSetter public void setAbortPipeline(boolean abortPipeline) -
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-