public class SSHAgentStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl implements LauncherProvider
| Constructor and Description |
|---|
SSHAgentStepExecution() |
| Modifier and Type | Method and Description |
|---|---|
hudson.Launcher |
getLauncher()
Provides an up to date launcher
|
void |
onResume() |
boolean |
start() |
void |
stop(Throwable cause) |
public boolean start()
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExecutionExceptionpublic void stop(Throwable cause) throws Exception
stop in class org.jenkinsci.plugins.workflow.steps.StepExecutionExceptionpublic void onResume()
onResume in class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImplpublic hudson.Launcher getLauncher()
throws IOException,
InterruptedException
LauncherProvidergetLauncher in interface LauncherProviderIOExceptionInterruptedExceptionCopyright © 2016–2020. All rights reserved.