Class P4Step

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

    public class P4Step
    extends org.jenkinsci.plugins.workflow.steps.scm.SCMStep
    • Constructor Detail

      • P4Step

        @DataBoundConstructor
        public P4Step​(String credential)
    • Method Detail

      • getStream

        public String getStream()
      • getStreamAtChange

        public String getStreamAtChange()
      • setStream

        @DataBoundSetter
        public void setStream​(String stream)
      • setStreamAtChange

        @DataBoundSetter
        public void setStreamAtChange​(String streamAtChange)
      • getDepotPath

        public String getDepotPath()
      • setDepotPath

        @DataBoundSetter
        public void setDepotPath​(String path)
      • getTemplate

        public String getTemplate()
      • setTemplate

        @DataBoundSetter
        public void setTemplate​(String template)
      • getCharset

        public String getCharset()
      • setWorkspace

        @DataBoundSetter
        public void setWorkspace​(Workspace workspace)
      • getWorkspace

        public Workspace getWorkspace()
      • setCharset

        @DataBoundSetter
        public void setCharset​(String charset)
      • getFormat

        public String getFormat()
      • setFormat

        @DataBoundSetter
        public void setFormat​(String format)
      • getCredential

        public String getCredential()
      • setPopulate

        @DataBoundSetter
        public void setPopulate​(Populate populate)
      • getPopulate

        public Populate getPopulate()
      • setSource

        @DataBoundSetter
        public void setSource​(AbstractSource source)
      • createSCM

        protected SCM createSCM()
        Specified by:
        createSCM in class org.jenkinsci.plugins.workflow.steps.scm.SCMStep