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