public class Candle extends WixCommand
args, exec, extensions, launcher, lg, nologo, outputFile, parameters, rejectedEnvVars, settings, sourceFiles, verbose, workspace, wxall
Constructor and Description |
---|
Candle(hudson.Launcher launcher,
ToolsetSettings settings,
hudson.EnvVars vars)
constructor.
|
Candle(ToolsetSettings settings,
hudson.EnvVars vars)
constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addIncludePath(hudson.FilePath includePath)
add to include search path.
|
protected hudson.util.ArgumentListBuilder |
createCommand()
create command before execution. createCommand is used by execute().
|
void |
setArch(Wix.Arch arch)
set architecture defaults for package, components, etc.
|
addExtension, addParameter, addWorkspace, check, execute, exists, getOutputFile, isEnvVarRejected, setNologo, setOutputFile, setVerbose, setWxall, toString
public Candle(ToolsetSettings settings, hudson.EnvVars vars)
settings
- global settings.vars
- environment variables.public Candle(hudson.Launcher launcher, ToolsetSettings settings, hudson.EnvVars vars)
settings
- global settings.vars
- environment variables.public void setArch(Wix.Arch arch)
arch
- x86, ia64, x64.public void addIncludePath(hudson.FilePath includePath)
includePath
- path to include.protected hudson.util.ArgumentListBuilder createCommand() throws ToolsetException
WixCommand
createCommand
in class WixCommand
ToolsetException
Copyright © 2004-2015 Berg Systeme. All Rights Reserved.