public class MultiJobBuilder
extends hudson.tasks.Builder
implements hudson.model.DependecyDeclarer
Modifier and Type | Class and Description |
---|---|
static class |
MultiJobBuilder.ContinuationCondition |
static class |
MultiJobBuilder.DescriptorImpl |
Constructor and Description |
---|
MultiJobBuilder(String phaseName,
List<PhaseJobsConfig> phaseJobs,
MultiJobBuilder.ContinuationCondition continuationCondition) |
Modifier and Type | Method and Description |
---|---|
void |
buildDependencyGraph(hudson.model.AbstractProject owner,
hudson.model.DependencyGraph graph) |
MultiJobBuilder.ContinuationCondition |
getContinuationCondition() |
List<PhaseJobsConfig> |
getPhaseJobs() |
String |
getPhaseName() |
boolean |
onJobDeleted(String oldName) |
boolean |
onJobRenamed(String oldName,
String newName) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
phaseNameExist(String phaseName) |
void |
setContinuationCondition(MultiJobBuilder.ContinuationCondition continuationCondition) |
void |
setPhaseJobs(List<PhaseJobsConfig> phaseJobs) |
void |
setPhaseName(String phaseName) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
@DataBoundConstructor public MultiJobBuilder(String phaseName, List<PhaseJobsConfig> phaseJobs, MultiJobBuilder.ContinuationCondition continuationCondition)
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 getPhaseName()
public void setPhaseName(String phaseName)
public List<PhaseJobsConfig> getPhaseJobs()
public void setPhaseJobs(List<PhaseJobsConfig> phaseJobs)
public boolean phaseNameExist(String phaseName)
public void buildDependencyGraph(hudson.model.AbstractProject owner, hudson.model.DependencyGraph graph)
buildDependencyGraph
in interface hudson.model.DependecyDeclarer
public boolean onJobDeleted(String oldName)
public MultiJobBuilder.ContinuationCondition getContinuationCondition()
public void setContinuationCondition(MultiJobBuilder.ContinuationCondition continuationCondition)
Copyright © 2004-2014. All Rights Reserved.