public interface HyperDriver
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkImageExists(hudson.Launcher launcher,
String image) |
ContainerInstance |
createAndLaunchBuildContainer(hudson.Launcher launcher,
String Image) |
int |
execInContainer(hudson.Launcher launcher,
String containerId,
String commands) |
void |
pullImage(hudson.Launcher launcher,
String image) |
int |
removeContainer(hudson.Launcher launcher,
String containerId) |
ContainerInstance createAndLaunchBuildContainer(hudson.Launcher launcher, String Image) throws IOException, InterruptedException
IOExceptionInterruptedExceptionint execInContainer(hudson.Launcher launcher,
String containerId,
String commands)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionint removeContainer(hudson.Launcher launcher,
String containerId)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionvoid pullImage(hudson.Launcher launcher,
String image)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionboolean checkImageExists(hudson.Launcher launcher,
String image)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016. All rights reserved.