public class BeesSDK extends hudson.tools.ToolInstallation implements hudson.slaves.NodeSpecific<BeesSDK>, hudson.model.EnvironmentSpecific<BeesSDK>
| Modifier and Type | Class and Description |
|---|---|
static class |
BeesSDK.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static BeesSDK.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
BeesSDK(String name,
String home) |
BeesSDK(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildEnvVars(hudson.EnvVars env) |
BeesSDK |
forEnvironment(hudson.EnvVars environment) |
BeesSDK |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
static List<BeesSDK> |
installations() |
@Extension public static final BeesSDK.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public BeesSDK(String name, String home, List<? extends hudson.tools.ToolProperty<?>> properties)
public BeesSDK forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<BeesSDK>IOExceptionInterruptedExceptionpublic BeesSDK forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<BeesSDK>public void buildEnvVars(hudson.EnvVars env)
buildEnvVars in class hudson.tools.ToolInstallationCopyright © 2004-2013. All Rights Reserved.