ContainerRegistryEventTarget |
ContainerRegistryEventData.target() |
Get the target of the event.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withDigest(String digest) |
Set the digest of the content, as defined by the Registry V2 HTTP API Specification.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withLength(Long length) |
Set the number of bytes of the content.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withMediaType(String mediaType) |
Set the MIME type of the referenced object.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withRepository(String repository) |
Set the repository name.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withSize(Long size) |
Set the number of bytes of the content.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withTag(String tag) |
Set the tag name.
|
ContainerRegistryEventTarget |
ContainerRegistryEventTarget.withUrl(String url) |
Set the direct URL to the content.
|