Class UpdateIdP

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
de.taimos.pipeline.aws.UpdateIdP
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class UpdateIdP extends org.jenkinsci.plugins.workflow.steps.Step
  • Constructor Details

    • UpdateIdP

      @DataBoundConstructor public UpdateIdP(String name, String metadata)
  • Method Details

    • getName

      public String getName()
    • getMetadata

      public String getMetadata()
    • 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