ContainerRegistryEventData |
ContainerRegistryEventData.withAction(String action) |
Set the action that encompasses the provided event.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withActor(ContainerRegistryEventActor actor) |
Set the agent that initiated the event.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withId(String id) |
Set the event ID.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withRequest(ContainerRegistryEventRequest request) |
Set the request that generated the event.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withSource(ContainerRegistryEventSource source) |
Set the registry node that generated the event.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withTarget(ContainerRegistryEventTarget target) |
Set the target of the event.
|
ContainerRegistryEventData |
ContainerRegistryEventData.withTimestamp(org.joda.time.DateTime timestamp) |
Set the time at which the event occurred.
|