public class JigomergeBuilder
extends hudson.tasks.Builder
Modifier and Type | Field and Description |
---|---|
static JigomergeBuildDescriptor |
DESCRIPTOR |
Constructor and Description |
---|
JigomergeBuilder(String source,
String username,
String password,
boolean oneByOne,
boolean eager,
String validationScript,
boolean dryRun,
boolean verbose,
String ignoreMergePatterns,
String commitCommentPrefix) |
Modifier and Type | Method and Description |
---|---|
String |
getCommitCommentPrefix() |
hudson.model.Descriptor<hudson.tasks.Builder> |
getDescriptor() |
String |
getIgnoreMergePatterns() |
String |
getPassword() |
String |
getSource() |
String |
getUsername() |
String |
getValidationScript() |
boolean |
isDryRun() |
boolean |
isEager() |
boolean |
isOneByOne() |
boolean |
isVerbose() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
@Extension public static final JigomergeBuildDescriptor DESCRIPTOR
public hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
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
public String getSource()
public String getUsername()
public String getPassword()
public boolean isOneByOne()
public boolean isEager()
public boolean isDryRun()
public boolean isVerbose()
public String getValidationScript()
public String getIgnoreMergePatterns()
public String getCommitCommentPrefix()
Copyright © 2004-2016. All Rights Reserved.