public class BDSBuilder extends AbstractMSBuildBuilder
Modifier and Type | Class and Description |
---|---|
static class |
BDSBuilder.BDSBuilderDescriptor
Describes
BDSBuildWrapper . |
Constructor and Description |
---|
BDSBuilder(String projectFile,
String switches,
String installationName)
Constructs this object with properties..
|
Modifier and Type | Method and Description |
---|---|
String |
getInstallationName()
Returns the name of the RAD Studio installation.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Performs a RAD Studio build.
|
protected Map<String,String> |
readConfiguration(hudson.FilePath batch,
hudson.EnvVars environment,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Reads the RAD Studio configuration from a command-line initialization
batch file.
|
protected Map<String,String> |
readConfiguration(InputStream stream)
Read the RAD Studio configuration from an input stream.
|
build, getProjectFile, getSwitches
all, getDescriptor, getRequiredMonitorService, prebuild
public String getInstallationName()
protected Map<String,String> readConfiguration(hudson.FilePath batch, hudson.EnvVars environment, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
batch
- RAD Studio initialization fileenvironment
- build environmentlauncher
- a Launcher
objectlistener
- a BuildListener
objectInterruptedException
IOException
protected Map<String,String> readConfiguration(InputStream stream) throws IOException
stream
- input stream of a command-line initialization fileIOException
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
build
- an AxstractBuild
objectlauncher
- a Launcher
objectlistener
- a BuildListener
objectInterruptedException
IOException
Copyright © 2004–2014. All rights reserved.