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:
  • Constructor Details

    • WaitForHarborWebhookStep

      @DataBoundConstructor public WaitForHarborWebhookStep(String server, String credentialsId, String fullImageName, Severity severity, boolean abortPipeline)
  • Method Details

    • getServer

      public String getServer()
    • setServer

      @DataBoundSetter public void setServer(String server)
    • getCredentialsId

      public String getCredentialsId()
    • setCredentialsId

      @DataBoundSetter public void setCredentialsId(String credentialsId)
    • getSeverity

      public Severity getSeverity()
    • setSeverity

      @DataBoundSetter public void setSeverity(Severity severity)
    • getFullImageName

      public String getFullImageName()
    • setFullImageName

      @DataBoundSetter public void setFullImageName(String fullImageName)
    • 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 class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception