com.github.dockerjava.api.command
Interface EventsCmd

All Superinterfaces:
DockerCmd<ExecutorService>
All Known Implementing Classes:
EventsCmdImpl

public interface EventsCmd
extends DockerCmd<ExecutorService>

Get events


Nested Class Summary
static interface EventsCmd.Exec
           
 
Method Summary
 EventCallback getEventCallback()
           
 String getSince()
           
 String getUntil()
           
 EventsCmd withEventCallback(EventCallback eventCallback)
           
 EventsCmd withSince(String since)
           
 EventsCmd withUntil(String until)
           
 
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd
exec
 

Method Detail

withSince

EventsCmd withSince(String since)

withUntil

EventsCmd withUntil(String until)

getSince

String getSince()

getUntil

String getUntil()

getEventCallback

EventCallback getEventCallback()

withEventCallback

EventsCmd withEventCallback(EventCallback eventCallback)


Copyright © 2014. All rights reserved.