Package org.jvnet.hudson.plugins
Class SSHBuildWrapper
java.lang.Object
hudson.model.AbstractDescribableImpl<BuildWrapper>
hudson.tasks.BuildWrapper
org.jvnet.hudson.plugins.SSHBuildWrapper
- All Implemented Interfaces:
ExtensionPoint
,Describable<BuildWrapper>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
BuildWrapper.Environment
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSite()
boolean
void
setHideCommand
(boolean hideCommand) void
setPostScript
(String postScript) void
setPreScript
(String preScript) void
setSiteName
(String siteName) setUp
(AbstractBuild build, Launcher launcher, BuildListener listener) Methods inherited from class hudson.tasks.BuildWrapper
all, decorateLauncher, decorateLogger, getProjectAction, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, setUp
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
LOGGER
-
DESCRIPTOR
-
-
Constructor Details
-
SSHBuildWrapper
public SSHBuildWrapper() -
SSHBuildWrapper
-
-
Method Details
-
setUp
public BuildWrapper.Environment setUp(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException - Overrides:
setUp
in classBuildWrapper
- Throws:
IOException
InterruptedException
-
getPreScript
-
setPreScript
-
getPostScript
-
setPostScript
-
isHideCommand
public boolean isHideCommand() -
setHideCommand
@DataBoundSetter public void setHideCommand(boolean hideCommand) -
getSite
-
getRequiredMonitorService
-
getSiteName
-
setSiteName
-