public class SSHAgentStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl implements LauncherProvider
| Constructor and Description |
|---|
SSHAgentStepExecution() |
| Modifier and Type | Method and Description |
|---|---|
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 Launcher getLauncher() throws IOException, InterruptedException
LauncherProvidergetLauncher in interface LauncherProviderIOExceptionInterruptedExceptionCopyright © 2016–2021. All rights reserved.