public class DockerEvent extends Object
Event
class.Constructor and Description |
---|
DockerEvent(String status,
String id,
String from,
long time) |
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
DockerEventType |
getEventType() |
String |
getEventTypeStr()
Raw string describing the event type.
|
String |
getFrom() |
String |
getId() |
String |
getStatus() |
long |
getTime() |
org.jenkinsci.plugins.docker.traceability.dockerjava.api.model.Event |
toDockerEvent()
Converts the local class to the native
Event . |
String |
toString() |
public String getStatus()
public String getId()
public String getFrom()
public long getTime()
public Date getDate()
@Nonnull public DockerEventType getEventType()
public String getEventTypeStr()
@Nonnull public org.jenkinsci.plugins.docker.traceability.dockerjava.api.model.Event toDockerEvent() throws IOException
Event
.IOException
- Conversion errorCopyright © 2015–2016. All rights reserved.