Package org.jvnet.hudson.plugins
Class SSHBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
org.jvnet.hudson.plugins.SSHBuilder
- All Implemented Interfaces:
ExtensionPoint,Describable<Builder>,BuildStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionSSHBuilder(String siteName, String command) Deprecated.SSHBuilder(String siteName, String command, boolean execEachLine) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetSite()booleanbooleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) voidsetCommand(String command) voidsetExecEachLine(boolean execEachLine) voidsetHideCommand(boolean hideCommand) voidsetSiteName(String siteName) Methods inherited from class hudson.tasks.Builder
all, getDescriptor, getRequiredMonitorService, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
-
Constructor Details
-
SSHBuilder
Deprecated. -
SSHBuilder
-
-
Method Details
-
getSiteName
-
getCommand
-
getExecEachLine
public boolean getExecEachLine() -
setSiteName
-
setCommand
-
setExecEachLine
public void setExecEachLine(boolean execEachLine) -
setHideCommand
@DataBoundSetter public void setHideCommand(boolean hideCommand) -
isHideCommand
public boolean isHideCommand() -
perform
public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException- Specified by:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer- Throws:
InterruptedExceptionIOException
-
getSite
-