public class GitPush extends Recorder implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
GitPush.Descriptor |
Publisher.DescriptorExtensionListImplExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherListBUILDERS, PUBLISHERS| Constructor and Description |
|---|
GitPush() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTargetBranch() |
String |
getTargetRepo() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
void |
setTargetBranch(String targetBranch) |
void |
setTargetRepo(String targetRepo) |
getDescriptorall, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredMonitorService@DataBoundSetter public void setTargetBranch(String targetBranch)
public String getTargetBranch()
@DataBoundSetter public void setTargetRepo(String targetRepo)
public String getTargetRepo()
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2016–2022. All rights reserved.