JavaArtifact.Builder |
JavaArtifact.Builder.approximateFileSizeInBytes(Long approximateFileSizeInBytes) |
Approximate compressed file size in bytes.
|
JavaArtifact.Builder |
JavaArtifact.Builder.architecture(String architecture) |
The target Operating System architecture for the artifact.
|
JavaArtifact.Builder |
JavaArtifact.Builder.artifactContentType(ArtifactContentType artifactContentType) |
Product content type of this artifact.
|
JavaArtifact.Builder |
JavaArtifact.Builder.artifactDescription(String artifactDescription) |
Description of the binary artifact.
|
JavaArtifact.Builder |
JavaArtifact.Builder.artifactFileName(String artifactFileName) |
The file name of the artifact.
|
JavaArtifact.Builder |
JavaArtifact.Builder.artifactId(Long artifactId) |
Unique identifier for the artifact.
|
static JavaArtifact.Builder |
JavaArtifact.builder() |
Create a new builder.
|
JavaArtifact.Builder |
JavaArtifact.Builder.copy(JavaArtifact model) |
|
JavaArtifact.Builder |
JavaArtifact.Builder.downloadUrl(String downloadUrl) |
The endpoint that returns a short-lived artifact download URL in the response payload.
|
JavaArtifact.Builder |
JavaArtifact.Builder.osFamily(String osFamily) |
The target Operating System family for the artifact.
|
JavaArtifact.Builder |
JavaArtifact.Builder.packageType(String packageType) |
The package type(typically the file extension) of the artifact.
|
JavaArtifact.Builder |
JavaArtifact.Builder.packageTypeDetail(String packageTypeDetail) |
Additional information about the package type.
|
JavaArtifact.Builder |
JavaArtifact.Builder.scriptChecksumUrl(String scriptChecksumUrl) |
The URL for retrieving the checksum for the artifact.
|
JavaArtifact.Builder |
JavaArtifact.Builder.scriptDownloadUrl(String scriptDownloadUrl) |
The endpoint for downloading this artifact from command line, automatically in scripts
and dockerfiles.
|
JavaArtifact.Builder |
JavaArtifact.Builder.sha256(String sha256) |
SHA256 checksum of the artifact.
|
JavaArtifact.Builder |
JavaArtifact.toBuilder() |
|