Class PullImageCommand

java.lang.Object
org.jenkinsci.plugins.dockerbuildstep.cmd.DockerCommand
org.jenkinsci.plugins.dockerbuildstep.cmd.PullImageCommand
All Implemented Interfaces:
ExtensionPoint, Describable<DockerCommand>

public class PullImageCommand extends DockerCommand
This command pulls Docker image from a repository.
Author:
vjuranek
See Also:
  • Constructor Details

    • PullImageCommand

      @DataBoundConstructor public PullImageCommand(String fromImage, String tag, String registry, org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint dockerRegistryEndpoint)
  • Method Details