Package org.jvnet.hudson.test
Class TestBuilder
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Builder
-
- org.jvnet.hudson.test.TestBuilder
-
- All Implemented Interfaces:
hudson.ExtensionPoint,hudson.model.Describable<hudson.tasks.Builder>,hudson.tasks.BuildStep
- Direct Known Subclasses:
WorkspaceWriter
public abstract class TestBuilder extends hudson.tasks.BuilderPartialBuilderimplementation for writing a one-off throw-away builder used during tests.Because this builder tends to be written as an inner class, this builder doesn't write itself to a disk when persisted. Configuration screen won't work, either.
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description TestBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description hudson.model.Descriptor<hudson.tasks.Builder>getDescriptor()abstract booleanperform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)protected ObjectwriteReplace()
-
-
-
Method Detail
-
perform
public abstract boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException- Specified by:
performin interfacehudson.tasks.BuildStep- Overrides:
performin classhudson.tasks.BuildStepCompatibilityLayer- Throws:
InterruptedExceptionIOException
-
getDescriptor
public hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
- Specified by:
getDescriptorin interfacehudson.model.Describable<hudson.tasks.Builder>- Overrides:
getDescriptorin classhudson.tasks.Builder
-
writeReplace
protected Object writeReplace()
-
-