| Modifier and Type | Method and Description |
|---|---|
ArtifactLocation |
Result.getAnalysisTarget()
Specifies the location of an artifact.
|
ArtifactLocation |
PhysicalLocation.getArtifactLocation()
Specifies the location of an artifact.
|
ArtifactLocation |
ArtifactChange.getArtifactLocation()
Specifies the location of an artifact.
|
ArtifactLocation |
Attachment.getArtifactLocation()
Specifies the location of an artifact.
|
ArtifactLocation |
SpecialLocations.getDisplayBase()
Specifies the location of an artifact.
|
ArtifactLocation |
Invocation.getExecutableLocation()
Specifies the location of an artifact.
|
ArtifactLocation |
ExternalPropertyFileReference.getLocation()
Specifies the location of an artifact.
|
ArtifactLocation |
Artifact.getLocation()
Specifies the location of an artifact.
|
ArtifactLocation |
VersionControlDetails.getMappedTo()
Specifies the location of an artifact.
|
ArtifactLocation |
Invocation.getStderr()
Specifies the location of an artifact.
|
ArtifactLocation |
Invocation.getStdin()
Specifies the location of an artifact.
|
ArtifactLocation |
Invocation.getStdout()
Specifies the location of an artifact.
|
ArtifactLocation |
Invocation.getStdoutStderr()
Specifies the location of an artifact.
|
ArtifactLocation |
Invocation.getWorkingDirectory()
Specifies the location of an artifact.
|
ArtifactLocation |
ArtifactLocation.withDescription(Message description) |
ArtifactLocation |
ArtifactLocation.withIndex(Integer index) |
ArtifactLocation |
ArtifactLocation.withProperties(PropertyBag properties) |
ArtifactLocation |
ArtifactLocation.withUri(String uri) |
ArtifactLocation |
ArtifactLocation.withUriBaseId(String uriBaseId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ArtifactLocation> |
OriginalUriBaseIds.getAdditionalProperties() |
Set<ArtifactLocation> |
Conversion.getAnalysisToolLogFiles()
The locations of the analysis tool's per-run log files.
|
List<ArtifactLocation> |
ToolComponent.getLocations()
An array of the artifactLocation objects associated with the tool component.
|
Set<ArtifactLocation> |
Invocation.getResponseFiles()
The locations of any response files specified on the tool's command line.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OriginalUriBaseIds.setAdditionalProperty(String name,
ArtifactLocation value) |
void |
Result.setAnalysisTarget(ArtifactLocation analysisTarget)
Specifies the location of an artifact.
|
void |
PhysicalLocation.setArtifactLocation(ArtifactLocation artifactLocation)
Specifies the location of an artifact.
|
void |
ArtifactChange.setArtifactLocation(ArtifactLocation artifactLocation)
Specifies the location of an artifact.
|
void |
Attachment.setArtifactLocation(ArtifactLocation artifactLocation)
Specifies the location of an artifact.
|
void |
SpecialLocations.setDisplayBase(ArtifactLocation displayBase)
Specifies the location of an artifact.
|
void |
Invocation.setExecutableLocation(ArtifactLocation executableLocation)
Specifies the location of an artifact.
|
void |
ExternalPropertyFileReference.setLocation(ArtifactLocation location)
Specifies the location of an artifact.
|
void |
Artifact.setLocation(ArtifactLocation location)
Specifies the location of an artifact.
|
void |
VersionControlDetails.setMappedTo(ArtifactLocation mappedTo)
Specifies the location of an artifact.
|
void |
Invocation.setStderr(ArtifactLocation stderr)
Specifies the location of an artifact.
|
void |
Invocation.setStdin(ArtifactLocation stdin)
Specifies the location of an artifact.
|
void |
Invocation.setStdout(ArtifactLocation stdout)
Specifies the location of an artifact.
|
void |
Invocation.setStdoutStderr(ArtifactLocation stdoutStderr)
Specifies the location of an artifact.
|
void |
Invocation.setWorkingDirectory(ArtifactLocation workingDirectory)
Specifies the location of an artifact.
|
OriginalUriBaseIds |
OriginalUriBaseIds.withAdditionalProperty(String name,
ArtifactLocation value) |
Result |
Result.withAnalysisTarget(ArtifactLocation analysisTarget) |
PhysicalLocation |
PhysicalLocation.withArtifactLocation(ArtifactLocation artifactLocation) |
ArtifactChange |
ArtifactChange.withArtifactLocation(ArtifactLocation artifactLocation) |
Attachment |
Attachment.withArtifactLocation(ArtifactLocation artifactLocation) |
SpecialLocations |
SpecialLocations.withDisplayBase(ArtifactLocation displayBase) |
Invocation |
Invocation.withExecutableLocation(ArtifactLocation executableLocation) |
ExternalPropertyFileReference |
ExternalPropertyFileReference.withLocation(ArtifactLocation location) |
Artifact |
Artifact.withLocation(ArtifactLocation location) |
VersionControlDetails |
VersionControlDetails.withMappedTo(ArtifactLocation mappedTo) |
Invocation |
Invocation.withStderr(ArtifactLocation stderr) |
Invocation |
Invocation.withStdin(ArtifactLocation stdin) |
Invocation |
Invocation.withStdout(ArtifactLocation stdout) |
Invocation |
Invocation.withStdoutStderr(ArtifactLocation stdoutStderr) |
Invocation |
Invocation.withWorkingDirectory(ArtifactLocation workingDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
Conversion.setAnalysisToolLogFiles(Set<ArtifactLocation> analysisToolLogFiles)
The locations of the analysis tool's per-run log files.
|
void |
ToolComponent.setLocations(List<ArtifactLocation> locations)
An array of the artifactLocation objects associated with the tool component.
|
void |
Invocation.setResponseFiles(Set<ArtifactLocation> responseFiles)
The locations of any response files specified on the tool's command line.
|
Conversion |
Conversion.withAnalysisToolLogFiles(Set<ArtifactLocation> analysisToolLogFiles) |
ToolComponent |
ToolComponent.withLocations(List<ArtifactLocation> locations) |
Invocation |
Invocation.withResponseFiles(Set<ArtifactLocation> responseFiles) |
Copyright © 2020 Contrast Security. All rights reserved.