Class P4PublishStep

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

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

      • P4PublishStep

        @DataBoundConstructor
        public P4PublishStep​(String credential,
                             Workspace workspace,
                             Publish publish)
    • Method Detail

      • getCredential

        public String getCredential()
      • getWorkspace

        public Workspace getWorkspace()
      • getPublish

        public Publish getPublish()
      • 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