public class PerformExecutor extends Object
Constructor and Description |
---|
PerformExecutor(CoordinatorBuild cb,
hudson.model.BuildListener listener,
int poolSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute() |
protected ConcurrentHashMap<String,hudson.model.AbstractBuild<?,?>> |
getActiveBuildMap() |
protected void |
onAtomicJobFailure(TreeNode node)
Node should not be parent node
|
protected void |
postBuild(TreeNode node)
This may kickoff another build
|
void |
shutdown() |
public PerformExecutor(CoordinatorBuild cb, hudson.model.BuildListener listener, int poolSize)
protected ConcurrentHashMap<String,hudson.model.AbstractBuild<?,?>> getActiveBuildMap()
public boolean execute()
protected void postBuild(TreeNode node)
node
- public void shutdown() throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected void onAtomicJobFailure(TreeNode node)
node
- Copyright © 2016–2023. All rights reserved.