public class BDSInstallation extends hudson.tools.ToolInstallation implements hudson.slaves.NodeSpecific<BDSInstallation>, hudson.model.EnvironmentSpecific<BDSInstallation>
BDSBuildWrapper
.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 BDSCOMMONDIR
include
- value of BDSINCLUDE
boostRoot
- value of CG_BOOST_ROOT
boostRoot64
- value of CG_64_BOOST_ROOT
properties
- properties for ToolInstallation
public String getCommonDir()
BDSCOMMONDIR
BDSCOMMONDIR
public String getInclude()
BDSINCLUDE
BDSINCLUDE
public String getBoostRoot()
CG_BOOST_ROOT
CG_BOOST_ROOT
public String getBoostRoot64()
CG_64_BOOST_ROOT
CG_64_BOOST_ROOT
public 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 objectIOException
InterruptedException
public 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.