| 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 hudson.util.ArgumentListBuilder |
WixCommand.createCommand()
create command before execution. createCommand is used by execute().
|
protected hudson.util.ArgumentListBuilder |
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.
|
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(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
ToolsetSettings properties) |
Copyright © 2004-2015 Berg Systeme. All Rights Reserved.