ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventData.target() |
Get the target of the event.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withDigest(String digest) |
Set the digest of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withMediaType(String mediaType) |
Set the MIME type of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withName(String name) |
Set the name of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withRepository(String repository) |
Set the repository name of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withSize(Long size) |
Set the size in bytes of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withTag(String tag) |
Set the tag of the artifact.
|
ContainerRegistryArtifactEventTarget |
ContainerRegistryArtifactEventTarget.withVersion(String version) |
Set the version of the artifact.
|