public class BuildNameSetter
extends hudson.tasks.BuildWrapper
implements hudson.matrix.MatrixAggregatable
Modifier and Type | Class and Description |
---|---|
static class |
BuildNameSetter.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
Boolean |
runAtEnd |
Boolean |
runAtStart |
String |
template |
Constructor and Description |
---|
BuildNameSetter(String template,
Boolean runAtStart,
Boolean runAtEnd) |
Modifier and Type | Method and Description |
---|---|
hudson.matrix.MatrixAggregator |
createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected Object |
readResolve() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public final String template
public Boolean runAtStart
public Boolean runAtEnd
protected Object readResolve()
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
setUp
in class hudson.tasks.BuildWrapper
IOException
InterruptedException
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
createAggregator
in interface hudson.matrix.MatrixAggregatable
Copyright © 2016–2018. All rights reserved.