Class DockerContainerConsoleAction

java.lang.Object
hudson.model.AbstractModelObject
hudson.model.TaskAction
org.jenkinsci.plugins.dockerbuildstep.action.DockerContainerConsoleAction
All Implemented Interfaces:
Action, ModelObject, SearchableModelObject, SearchItem, Serializable

public class DockerContainerConsoleAction extends TaskAction implements Serializable
Jenkins action to add a 'Console Output' like page for the Docker container output. Container output is gathered using the AttachContainerCmd.
See Also: