public class SSHAgentBuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
SSHAgentBuildWrapper.DescriptorImpl
Our descriptor.
|
| Constructor and Description |
|---|
SSHAgentBuildWrapper(String user)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUser()
Gets the
SSHUser.getId() of the credentials to use. |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public SSHAgentBuildWrapper(String user)
user - the SSHUser.getId() of the credentials to use.public String getUser()
SSHUser.getId() of the credentials to use.SSHUser.getId() of the credentials to use.public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionCopyright © 2004-2013. All Rights Reserved.