public class BuildNameSetter
extends hudson.tasks.BuildWrapper
implements hudson.matrix.MatrixAggregatable
Once early on in the build, and another time later on.
| 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) |
Boolean |
getRunAtEnd() |
Boolean |
getRunAtStart() |
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
public Boolean getRunAtStart()
public Boolean getRunAtEnd()
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.BuildWrapperIOExceptionInterruptedExceptionpublic hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
createAggregator in interface hudson.matrix.MatrixAggregatableCopyright © 2016–2019. All rights reserved.