| Modifier and Type | Method and Description |
|---|---|
Artifact |
Artifact.withContents(ArtifactContent contents) |
Artifact |
Artifact.withDescription(Message description) |
Artifact |
Artifact.withEncoding(String encoding) |
Artifact |
Artifact.withHashes(Hashes hashes) |
Artifact |
Artifact.withLastModifiedTimeUtc(Date lastModifiedTimeUtc) |
Artifact |
Artifact.withLength(Integer length) |
Artifact |
Artifact.withLocation(ArtifactLocation location) |
Artifact |
Artifact.withMimeType(String mimeType) |
Artifact |
Artifact.withOffset(Integer offset) |
Artifact |
Artifact.withParentIndex(Integer parentIndex) |
Artifact |
Artifact.withProperties(PropertyBag properties) |
Artifact |
Artifact.withRoles(Set<Role> roles) |
Artifact |
Artifact.withSourceLanguage(String sourceLanguage) |
| Modifier and Type | Method and Description |
|---|---|
Set<Artifact> |
ExternalProperties.getArtifacts()
An array of artifact objects that will be merged with a separate run.
|
Set<Artifact> |
Run.getArtifacts()
An array of artifact objects relevant to the run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalProperties.setArtifacts(Set<Artifact> artifacts)
An array of artifact objects that will be merged with a separate run.
|
void |
Run.setArtifacts(Set<Artifact> artifacts)
An array of artifact objects relevant to the run.
|
ExternalProperties |
ExternalProperties.withArtifacts(Set<Artifact> artifacts) |
Run |
Run.withArtifacts(Set<Artifact> artifacts) |
Copyright © 2020 Contrast Security. All rights reserved.