Class PullImageCommand
java.lang.Object
org.jenkinsci.plugins.dockerbuildstep.cmd.DockerCommand
org.jenkinsci.plugins.dockerbuildstep.cmd.PullImageCommand
- All Implemented Interfaces:
 ExtensionPoint,Describable<DockerCommand>
This command pulls Docker image from a repository.
- Author:
 - vjuranek
 - See Also:
 
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.jenkinsci.plugins.dockerbuildstep.cmd.DockerCommand
DockerCommand.DockerCommandDescriptorNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Field Summary
Fields inherited from class org.jenkinsci.plugins.dockerbuildstep.cmd.DockerCommand
CREDENTIALS_MATCHER - 
Constructor Summary
ConstructorsConstructorDescriptionPullImageCommand(String fromImage, String tag, String registry, org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint dockerRegistryEndpoint)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(Launcher launcher, AbstractBuild build, ConsoleLogger console) getTag()Methods inherited from class org.jenkinsci.plugins.dockerbuildstep.cmd.DockerCommand
all, attachContainerOutput, getAuthConfig, getClient, getClient, getConfig, getDescriptor, getDockerRegistryEndpoint, getInfoString, readResolve 
- 
Constructor Details
- 
PullImageCommand
 
 - 
 - 
Method Details
- 
getFromImage
 - 
getTag
 - 
getRegistry
 - 
execute
public void execute(Launcher launcher, AbstractBuild build, ConsoleLogger console) throws com.github.dockerjava.api.exception.DockerException, AbortException - Specified by:
 executein classDockerCommand- Throws:
 com.github.dockerjava.api.exception.DockerExceptionAbortException
 
 -