Class TagImageCommand
java.lang.Object
org.jenkinsci.plugins.dockerbuildstep.cmd.DockerCommand
org.jenkinsci.plugins.dockerbuildstep.cmd.TagImageCommand
- All Implemented Interfaces:
ExtensionPoint
,Describable<DockerCommand>
This command tags the specified Docker image.
- Author:
- draoullig
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.jenkinsci.plugins.dockerbuildstep.cmd.DockerCommand
DockerCommand.DockerCommandDescriptor
Nested 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
ConstructorsConstructorDescriptionTagImageCommand
(String image, String repository, String tag, boolean ignoreIfNotFound, boolean withForce) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Launcher launcher, AbstractBuild build, ConsoleLogger console) boolean
getImage()
getTag()
boolean
Methods inherited from class org.jenkinsci.plugins.dockerbuildstep.cmd.DockerCommand
all, attachContainerOutput, getAuthConfig, getClient, getClient, getConfig, getDescriptor, getDockerRegistryEndpoint, getInfoString, readResolve
-
Constructor Details
-
TagImageCommand
-
-
Method Details
-
getImage
-
getRepository
-
getTag
-
getIgnoreIfNotFound
public boolean getIgnoreIfNotFound() -
getWithForce
public boolean getWithForce() -
execute
public void execute(Launcher launcher, AbstractBuild build, ConsoleLogger console) throws com.github.dockerjava.api.exception.DockerException - Specified by:
execute
in classDockerCommand
- Throws:
com.github.dockerjava.api.exception.DockerException
-