| Modifier and Type | Field and Description |
|---|---|
protected ContainerInstance |
JobBuildsContainersContext.remotingContainer |
| Modifier and Type | Field and Description |
|---|---|
protected List<ContainerInstance> |
JobBuildsContainersContext.buildContainers |
protected List<ContainerInstance> |
JobBuildsContainersContext.sideContainers |
| Modifier and Type | Method and Description |
|---|---|
ContainerInstance |
DockerDriver.createRemotingContainer(hudson.Launcher launcher,
String image) |
ContainerInstance |
JobBuildsContainersContext.getRemotingContainer() |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerInstance> |
JobBuildsContainersContext.getBuildContainers() |
List<ContainerInstance> |
JobBuildsContainersContext.getSideContainers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerDriver.createBuildContainer(hudson.Launcher launcher,
ContainerInstance buildContainer,
ContainerInstance remotingContainer,
hudson.Launcher.ProcStarter starter) |
void |
DockerDriver.launchSideContainer(hudson.Launcher launcher,
ContainerInstance instance,
ContainerInstance remotingContainer) |
int |
DockerDriver.removeContainer(hudson.Launcher launcher,
ContainerInstance instance) |
void |
JobBuildsContainersContext.setRemotingContainer(ContainerInstance remotingContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobBuildsContainersContext.setSideContainers(List<ContainerInstance> sideContainers) |
| Constructor and Description |
|---|
BuildContainer(ContainerInstance instance,
hudson.Launcher.ProcStarter procStarter) |
Copyright © 2004-2015. All Rights Reserved.