Class P4Step

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.scm.SCMStep
org.jenkinsci.plugins.p4.workflow.P4Step
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

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

    • P4Step

      @DataBoundConstructor public P4Step(String credential)
  • Method Details

    • 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()
    • getSource

      public AbstractSource getSource()
    • setSource

      @DataBoundSetter public void setSource(AbstractSource source)
    • createSCM

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