public final class ScanManagerImpl extends java.lang.Object implements ScanManager
ScanManager.| Constructor and Description |
|---|
ScanManagerImpl(ContrastSDK contrast,
com.google.gson.Gson gson,
java.lang.String organizationId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CodeArtifacts |
codeArtifacts(java.lang.String projectId) |
Projects |
projects() |
Scans |
scans(java.lang.String projectId) |
public ScanManagerImpl(ContrastSDK contrast, com.google.gson.Gson gson, java.lang.String organizationId)
For internal use only. Users should obtain a reference to the ScanManager via the
ContrastSDK.scan(java.lang.String) entrypoint.
contrast - for making outgoing requestsgson - for deserializing JSON responsesorganizationId - the ID of the organization in which to manage Contrast Scan resourcespublic Projects projects()
projects in interface ScanManagerProjects resource collectionpublic Scans scans(java.lang.String projectId)
scans in interface ScanManagerprojectId - project ID in which to manage code artifactsScans resource collectionpublic CodeArtifacts codeArtifacts(java.lang.String projectId)
codeArtifacts in interface ScanManagerprojectId - project ID in which to manage code artifactsCodeArtifacts resource collectionCopyright © 2021 Contrast Security, Inc.. All rights reserved.