public class Conversion extends Object
| Constructor and Description |
|---|
Conversion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Set<ArtifactLocation> |
getAnalysisToolLogFiles()
The locations of the analysis tool's per-run log files.
|
Invocation |
getInvocation()
The runtime environment of the analysis tool run.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
Tool |
getTool()
The analysis tool that was run.
|
int |
hashCode() |
void |
setAnalysisToolLogFiles(Set<ArtifactLocation> analysisToolLogFiles)
The locations of the analysis tool's per-run log files.
|
void |
setInvocation(Invocation invocation)
The runtime environment of the analysis tool run.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setTool(Tool tool)
The analysis tool that was run.
|
String |
toString() |
Conversion |
withAnalysisToolLogFiles(Set<ArtifactLocation> analysisToolLogFiles) |
Conversion |
withInvocation(Invocation invocation) |
Conversion |
withProperties(PropertyBag properties) |
Conversion |
withTool(Tool tool) |
public Tool getTool()
public void setTool(Tool tool)
public Conversion withTool(Tool tool)
public Invocation getInvocation()
public void setInvocation(Invocation invocation)
public Conversion withInvocation(Invocation invocation)
public Set<ArtifactLocation> getAnalysisToolLogFiles()
public void setAnalysisToolLogFiles(Set<ArtifactLocation> analysisToolLogFiles)
public Conversion withAnalysisToolLogFiles(Set<ArtifactLocation> analysisToolLogFiles)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public Conversion withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.