| Package | Description |
|---|---|
| de.berg.systeme.jenkins.wix |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WixCommand.check()
checks if command is properly configured.
|
hudson.FilePath |
Toolset.compile(hudson.FilePath file)
Compiles the given source file.
|
hudson.FilePath |
Toolset.compile(hudson.FilePath[] input)
Compiles a set of source files.
|
hudson.FilePath |
Toolset.compile(hudson.FilePath[] input,
hudson.FilePath output)
Compiles a set of source files into a given object file.
|
protected abstract void |
WixCommand.createCommand()
create command before execution. createCommand is used by execute().
|
protected void |
Candle.createCommand() |
boolean |
WixCommand.execute()
executes command and parses the output checking for errors.
|
boolean |
WixCommand.exists()
Checks if binary exists and toolset is properly installed.
|
void |
Toolset.link()
Deprecated.
use link(FilePath).
|
hudson.FilePath |
Toolset.link(hudson.FilePath file)
Links the given object file into an MSI package.
|
hudson.FilePath |
Toolset.link(hudson.FilePath[] input)
Links a set of given object files into an MSI package.
|
hudson.FilePath |
Toolset.link(hudson.FilePath[] input,
hudson.FilePath output)
Links a set of given object files into an MSI package.
|
hudson.FilePath |
Toolset.link(hudson.FilePath input,
hudson.FilePath output)
Wrapper method for
link. |
| Constructor and Description |
|---|
Toolset(ToolsetSettings properties)
constructor with global settings.
|
Toolset(ToolsetSettings properties,
hudson.EnvVars vars)
constructor with global settings and environment variables.
|
Copyright © 2004-2015 Berg Systeme. All Rights Reserved.