public class WixToolsetBuilder
extends hudson.tasks.Builder
Builder.
This Builder creates an MSI package from a given source file.
| Modifier and Type | Class and Description |
|---|---|
static class |
WixToolsetBuilder.DescriptorImpl
Descriptor for
WixToolsetBuilder. |
| Constructor and Description |
|---|
WixToolsetBuilder(String sources,
boolean markAsUnstable,
boolean compileOnly,
boolean useUiExt,
boolean useUtilExt,
boolean useBalExt,
boolean useComPlusExt,
boolean useDependencyExt,
boolean useDifxAppExt,
boolean useDirectXExt,
boolean useFirewallExt,
boolean useGamingExt,
boolean useIISExt,
boolean useMsmqExt,
boolean useNetfxExt,
boolean usePsExt,
boolean useSqlExt,
boolean useTagExt,
boolean useVsExt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCompileOnly() |
WixToolsetBuilder.DescriptorImpl |
getDescriptor() |
boolean |
getMarkAsUnstable() |
String |
getSources() |
boolean |
getUseBalExt() |
boolean |
getUseComPlusExt() |
boolean |
getUseDependencyExt() |
boolean |
getUseDifxAppExt() |
boolean |
getUseDirectXExt() |
boolean |
getUseFirewallExt() |
boolean |
getUseGamingExt() |
boolean |
getUseIISExt() |
boolean |
getUseMsmqExt() |
boolean |
getUseNetfxExt() |
boolean |
getUsePsExt() |
boolean |
getUseSqlExt() |
boolean |
getUseTagExt() |
boolean |
getUseUiExt() |
boolean |
getUseUtilExt() |
boolean |
getUseVsExt() |
protected boolean |
getValue(String wixOption)
Helper method for reading settings by their name.
|
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public WixToolsetBuilder(String sources, boolean markAsUnstable, boolean compileOnly, boolean useUiExt, boolean useUtilExt, boolean useBalExt, boolean useComPlusExt, boolean useDependencyExt, boolean useDifxAppExt, boolean useDirectXExt, boolean useFirewallExt, boolean useGamingExt, boolean useIISExt, boolean useMsmqExt, boolean useNetfxExt, boolean usePsExt, boolean useSqlExt, boolean useTagExt, boolean useVsExt)
protected boolean getValue(String wixOption)
wixOption - name of option. See Wix for details.public boolean getMarkAsUnstable()
public boolean getCompileOnly()
public boolean getUseUiExt()
public boolean getUseUtilExt()
public boolean getUseBalExt()
public boolean getUseComPlusExt()
public boolean getUseDependencyExt()
public boolean getUseDifxAppExt()
public boolean getUseDirectXExt()
public boolean getUseFirewallExt()
public boolean getUseGamingExt()
public boolean getUseIISExt()
public boolean getUseMsmqExt()
public boolean getUseNetfxExt()
public boolean getUsePsExt()
public boolean getUseSqlExt()
public boolean getUseTagExt()
public boolean getUseVsExt()
public String getSources()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic final WixToolsetBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2014 Berg Systeme. All Rights Reserved.