Uses of Class
org.jenkinsci.test.acceptance.docker.DockerContainer
Packages that use DockerContainer
Package
Description
-
Uses of DockerContainer in org.jenkinsci.test.acceptance.docker
Classes in org.jenkinsci.test.acceptance.docker with type parameters of type DockerContainerModifier and TypeClassDescriptionclassDockerClassRule<T extends DockerContainer>Builds a Docker image before running tests, then starts containers on demand.static final classDockerImage.Starter<T extends DockerContainer>final classDockerRule<T extends DockerContainer>Starts a Docker container for a test.Subclasses of DockerContainer in org.jenkinsci.test.acceptance.dockerModifier and TypeClassDescriptionclassA DockerContainer whoseDockerfileis not static but requires some knowledge of the environment it is going to run in.Methods in org.jenkinsci.test.acceptance.docker with type parameters of type DockerContainerModifier and TypeMethodDescription<T extends DockerContainer>
DockerImage.Starter<T>Start container from this image.<T extends DockerContainer>
TDockerImage.start(Class<T> type, int[] ports, int localPortOffset, String ipAddress, org.jenkinsci.utils.process.CommandBuilder options, org.jenkinsci.utils.process.CommandBuilder cmd) Deprecated.<T extends DockerContainer>
TDockerImage.start(Class<T> type, int[] ports, org.jenkinsci.utils.process.CommandBuilder options, org.jenkinsci.utils.process.CommandBuilder cmd) Deprecated.UseDockerImage.Starterinstead.<T extends DockerContainer>
TDockerImage.start(Class<T> type, org.jenkinsci.utils.process.CommandBuilder options, org.jenkinsci.utils.process.CommandBuilder cmd) Deprecated.UseDockerImage.Starterinstead.<T extends DockerContainer>
TDockerImage.start(Class<T> type, org.jenkinsci.utils.process.CommandBuilder options, org.jenkinsci.utils.process.CommandBuilder cmd, int portOffset) Deprecated.UseDockerImage.Starterinstead.Methods in org.jenkinsci.test.acceptance.docker that return types with arguments of type DockerContainerModifier and TypeMethodDescriptionClass<? extends DockerContainer>Docker.findFixture(String id) Finds a fixture class that has the specified ID.Method parameters in org.jenkinsci.test.acceptance.docker with type arguments of type DockerContainerModifier and TypeMethodDescriptionDocker.build(Class<? extends DockerContainer> fixture) Docker.build(Class<? extends DockerContainer> fixture, File log) -
Uses of DockerContainer in org.jenkinsci.test.acceptance.docker.fixtures
Subclasses of DockerContainer in org.jenkinsci.test.acceptance.docker.fixturesModifier and TypeClassDescriptionclassFixture capable of running java programs over ssh.classRepresents a server with SSHD.
DockerImage.Starterinstead.