public class BDSInstallation extends hudson.tools.ToolInstallation implements hudson.slaves.NodeSpecific<BDSInstallation>, hudson.model.EnvironmentSpecific<BDSInstallation>
BDSBuilder.| Modifier and Type | Class and Description |
|---|---|
static class |
BDSInstallation.BDSInstallationDescriptor
Describes
BDSInstallation. |
| Constructor and Description |
|---|
BDSInstallation(String name,
String home,
String commonDir,
String include,
String boostRoot,
String boostRoot64,
List<? extends hudson.tools.ToolProperty<?>> properties)
Constructs this object with properties.
|
| Modifier and Type | Method and Description |
|---|---|
BDSInstallation |
forEnvironment(hudson.EnvVars env)
Returns an
EnvironmentSpecific version of this object. |
BDSInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log)
Returns a
NodeSpecific version of this object. |
String |
getBoostRoot()
Returns the value of
CG_BOOST_ROOT |
String |
getBoostRoot64()
Returns the value of
CG_64_BOOST_ROOT |
String |
getCommonDir()
Returns the value of
BDSCOMMONDIR |
String |
getInclude()
Returns the value of
BDSINCLUDE |
@DataBoundConstructor public BDSInstallation(String name, String home, String commonDir, String include, String boostRoot, String boostRoot64, List<? extends hudson.tools.ToolProperty<?>> properties)
name - installation namehome - home directory (value of BDS)commonDir - value of BDSCOMMONDIRinclude - value of BDSINCLUDEboostRoot - value of CG_BOOST_ROOTboostRoot64 - value of CG_64_BOOST_ROOTproperties - properties for ToolInstallationpublic String getCommonDir()
BDSCOMMONDIRBDSCOMMONDIRpublic String getInclude()
BDSINCLUDEBDSINCLUDEpublic String getBoostRoot()
CG_BOOST_ROOTCG_BOOST_ROOTpublic String getBoostRoot64()
CG_64_BOOST_ROOTCG_64_BOOST_ROOTpublic BDSInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
NodeSpecific version of this object.forNode in interface hudson.slaves.NodeSpecific<BDSInstallation>node - a Node objectlog - a TaskListener objectNodeSpecific version of this objectIOExceptionInterruptedExceptionpublic BDSInstallation forEnvironment(hudson.EnvVars env)
EnvironmentSpecific version of this object.forEnvironment in interface hudson.model.EnvironmentSpecific<BDSInstallation>env - an EnvVar objectEnvironmentSpecific version of this objectCopyright © 2004–2014. All rights reserved.