Class CommitCommand

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

public class CommitCommand extends DockerCommand
This command commits changes done in specified container and create new image from it.
Author:
vjuranek
See Also: