|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PullImageCmd | |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command | |
com.github.dockerjava.core | |
com.github.dockerjava.core.command | |
com.github.dockerjava.jaxrs |
Uses of PullImageCmd in com.github.dockerjava.api |
---|
Methods in com.github.dockerjava.api that return PullImageCmd | |
---|---|
PullImageCmd |
DockerClient.pullImageCmd(String repository)
* IMAGE API * |
Uses of PullImageCmd in com.github.dockerjava.api.command |
---|
Methods in com.github.dockerjava.api.command that return PullImageCmd | |
---|---|
PullImageCmd |
PullImageCmd.withRegistry(String registry)
|
PullImageCmd |
PullImageCmd.withRepository(String repository)
|
PullImageCmd |
PullImageCmd.withTag(String tag)
|
Uses of PullImageCmd in com.github.dockerjava.core |
---|
Methods in com.github.dockerjava.core that return PullImageCmd | |
---|---|
PullImageCmd |
DockerClientImpl.pullImageCmd(String repository)
* IMAGE API * |
Uses of PullImageCmd in com.github.dockerjava.core.command |
---|
Classes in com.github.dockerjava.core.command that implement PullImageCmd | |
---|---|
class |
PullImageCmdImpl
Pull image from repository. |
Methods in com.github.dockerjava.core.command that return PullImageCmd | |
---|---|
PullImageCmd |
PullImageCmdImpl.withRegistry(String registry)
|
PullImageCmd |
PullImageCmdImpl.withRepository(String repository)
|
PullImageCmd |
PullImageCmdImpl.withTag(String tag)
|
Uses of PullImageCmd in com.github.dockerjava.jaxrs |
---|
Methods in com.github.dockerjava.jaxrs with parameters of type PullImageCmd | |
---|---|
protected InputStream |
PullImageCmdExec.execute(PullImageCmd command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |