public class Sast extends Object implements Serializable
| Constructor and Description |
|---|
Sast() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getEngineConfiguration() |
String |
getFileExcludes() |
String |
getFolderExcludes() |
Boolean |
getForceScan() |
Boolean |
getIncremental() |
String |
getPreset() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setEngineConfiguration(String engineConfiguration) |
void |
setFileExcludes(String fileExcludes) |
void |
setFolderExcludes(String folderExcludes) |
void |
setForceScan(Boolean forceScan) |
void |
setIncremental(Boolean incremental) |
void |
setPreset(String preset) |
public String getPreset()
public void setPreset(String preset)
public String getEngineConfiguration()
public void setEngineConfiguration(String engineConfiguration)
public Boolean getIncremental()
public void setIncremental(Boolean incremental)
public Boolean getForceScan()
public void setForceScan(Boolean forceScan)
public String getFileExcludes()
public void setFileExcludes(String fileExcludes)
public String getFolderExcludes()
public void setFolderExcludes(String folderExcludes)
Copyright © 2020. All rights reserved.