public class RebaseBuilder
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
RebaseBuilder.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
String |
permalink
id of the permalink to rebase with. |
Constructor and Description |
---|
RebaseBuilder(String permalink) |
Modifier and Type | Method and Description |
---|---|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
public final String permalink
id
of the permalink to rebase with.@DataBoundConstructor public RebaseBuilder(String permalink)
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2004-2014. All Rights Reserved.