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
IOException
InterruptedException
int execInContainer(hudson.Launcher launcher, String containerId, String commands) throws IOException, InterruptedException
IOException
InterruptedException
int removeContainer(hudson.Launcher launcher, String containerId) throws IOException, InterruptedException
IOException
InterruptedException
void pullImage(hudson.Launcher launcher, String image) throws IOException, InterruptedException
IOException
InterruptedException
boolean checkImageExists(hudson.Launcher launcher, String image) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016. All rights reserved.