Class GenericSCMStep
- 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.workflow.steps.scm.GenericSCMStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public final class GenericSCMStep extends SCMStep
Runs a user-selectedSCM
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GenericSCMStep.DescriptorImpl
-
Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.scm.SCMStep
SCMStep.SCMStepDescriptor, SCMStep.StepExecutionImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description GenericSCMStep(SCM scm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SCM
createSCM()
SCM
getScm()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.scm.SCMStep
checkout, isChangelog, isPoll, setChangelog, setPoll, start
-
-