Package jenkins.plugins.git
Class GitStep
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
jenkins.plugins.git.GitStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public final class GitStep
extends org.jenkinsci.plugins.workflow.steps.scm.SCMStep
Runs Git using
GitSCM
.-
Nested Class Summary
Nested 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.StepExecutionImpl
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.scm.SCMStep
checkout, isChangelog, isPoll, setChangelog, setPoll, start
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
GitStep
-
-
Method Details
-
getUrl
-
getBranch
-
getCredentialsId
-
setBranch
-
setCredentialsId
-
createSCM
- Specified by:
createSCM
in classorg.jenkinsci.plugins.workflow.steps.scm.SCMStep
-