public class ConfigurableMatrixAggregator extends hudson.matrix.MatrixAggregator
ExtensionPoint.LegacyInstancesAreScopedToHudson
build, launcher, listener
Constructor and Description |
---|
ConfigurableMatrixAggregator(hudson.matrix.MatrixBuild build,
Launcher launcher,
BuildListener listener,
ProcessorFactory processorFactory,
Class<? extends PostBuildScript> initiator) |
Modifier and Type | Method and Description |
---|---|
boolean |
endBuild() |
boolean |
endRun(hudson.matrix.MatrixRun run) |
startBuild
public ConfigurableMatrixAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener, ProcessorFactory processorFactory, Class<? extends PostBuildScript> initiator)
public boolean endRun(hudson.matrix.MatrixRun run) throws InterruptedException, IOException
endRun
in class hudson.matrix.MatrixAggregator
InterruptedException
IOException
public boolean endBuild()
endBuild
in class hudson.matrix.MatrixAggregator
Copyright © 2011–2022. All rights reserved.