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
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.scm.SCMStep
org.jenkinsci.plugins.workflow.steps.scm.SCMStep.SCMStepDescriptor, org.jenkinsci.plugins.workflow.steps.scm.SCMStep.StepExecutionImplNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SCMvoidsetCharset(String charset) voidsetDepotPath(String path) voidvoidsetPopulate(Populate populate) voidsetSource(AbstractSource source) voidvoidsetStreamAtChange(String streamAtChange) voidsetTemplate(String template) voidsetWorkspace(Workspace workspace) Methods inherited from class org.jenkinsci.plugins.workflow.steps.scm.SCMStep
checkout, isChangelog, isPoll, setChangelog, setPoll, startMethods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
P4Step
-
-
Method Details
-
getStream
-
getStreamAtChange
-
setStream
-
setStreamAtChange
-
getDepotPath
-
setDepotPath
-
getTemplate
-
setTemplate
-
getCharset
-
setWorkspace
-
getWorkspace
-
setCharset
-
getFormat
-
setFormat
-
getCredential
-
setPopulate
-
getPopulate
-
getSource
-
setSource
-
createSCM
- Specified by:
createSCMin classorg.jenkinsci.plugins.workflow.steps.scm.SCMStep
-