Uses of Class
io.fabric8.maven.docker.log.LogOutputSpec
-
Packages that use LogOutputSpec Package Description io.fabric8.maven.docker.access io.fabric8.maven.docker.access.hc io.fabric8.maven.docker.log -
-
Uses of LogOutputSpec in io.fabric8.maven.docker.access
Methods in io.fabric8.maven.docker.access with parameters of type LogOutputSpec Modifier and Type Method Description voidDockerAccess. startExecContainer(String containerId, LogOutputSpec outputSpec)Starts a previously set up exec instance (viaDockerAccess.createExecContainer(String, Arguments)container this API sets up a session with the exec command. -
Uses of LogOutputSpec in io.fabric8.maven.docker.access.hc
Methods in io.fabric8.maven.docker.access.hc with parameters of type LogOutputSpec Modifier and Type Method Description voidDockerAccessWithHcClient. startExecContainer(String containerId, LogOutputSpec outputSpec) -
Uses of LogOutputSpec in io.fabric8.maven.docker.log
Fields in io.fabric8.maven.docker.log declared as LogOutputSpec Modifier and Type Field Description static LogOutputSpecLogOutputSpec. DEFAULTMethods in io.fabric8.maven.docker.log that return LogOutputSpec Modifier and Type Method Description LogOutputSpecLogOutputSpec.Builder. build()LogOutputSpecLogOutputSpecFactory. createSpec(String containerId, ImageConfiguration imageConfiguration)Methods in io.fabric8.maven.docker.log with parameters of type LogOutputSpec Modifier and Type Method Description voidLogDispatcher. fetchContainerLog(String containerId, LogOutputSpec spec)voidLogDispatcher. trackContainerLog(String containerId, LogOutputSpec spec)Constructors in io.fabric8.maven.docker.log with parameters of type LogOutputSpec Constructor Description DefaultLogCallback(LogOutputSpec outputSpec)
-