Package org.jvnet.hudson.test
Class CreateFileBuilder
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Builder
-
- org.jvnet.hudson.test.CreateFileBuilder
-
- All Implemented Interfaces:
hudson.ExtensionPoint,hudson.model.Describable<hudson.tasks.Builder>,hudson.tasks.BuildStep
public class CreateFileBuilder extends hudson.tasks.BuilderCreates a test builder, which creates a file in the workspace.- Author:
- Oleg Nenashev
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateFileBuilder.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description CreateFileBuilder(String fileName, String fileContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description hudson.model.Descriptor<hudson.tasks.Builder>getDescriptor()StringgetFileContent()StringgetFileName()booleanperform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
-
-
-
Method Detail
-
getFileName
@NonNull public String getFileName()
-
getFileContent
@NonNull public String getFileContent()
-
perform
public 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
-
-