Class GetP4Step

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class GetP4Step
    extends org.jenkinsci.plugins.workflow.steps.Step
    • Constructor Detail

      • GetP4Step

        @DataBoundConstructor
        public GetP4Step​(String credential,
                         Workspace workspace)
    • Method Detail

      • getCredential

        public String getCredential()
      • getWorkspace

        public Workspace getWorkspace()
      • 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