- AssessedFile
The com.ouncelabs.sdk.assessment.AssessedFile class represents an assessment of an individual file. It provides access to assessment data for a file, such as its findings and statistics.
- Assessment
The com.ouncelabs.sdk.assessment.Assessment class represents an assessment of an application or a project.
- AssessmentDiff
The com.ouncelabs.sdk.assessment.AssessmentDiff class holds the difference between two assessments, providing the delta between the two assessments.
- AssessmentFilter
Use the com.ouncelabs.sdk.assessment.AssessmentFilter class to specify filtering criteria when retrieving published assessments.
- AssessmentResults
The com.ouncelabs.sdk.assessment.AssessmentResults class represents the entire assessment.
- Call
The com.ouncelabs.sdk.assessment.Call class represents a node in an AppScan® Source trace.
- ClassificationType
The com.ouncelabs.sdk.assessment.ClassificationType class represents the classification of a finding.
- DateProximityUnit
When com.ouncelabs.sdk.assessment.DateProximityUnit is paired with dateProximityDuration, the unit, such as days, weeks, and so forth, by which to count. Required when dateProximityDuration is specified. Valid units are described in this section.
- Factory
com.ouncelabs.sdk.Factory provides methods for initialization, logging in, and opening assessments. This class is the entry point into the Data Access API.
- Finding
The com.ouncelabs.sdk.assessment.Finding class represents an individual finding in an assessment. It provides access to all of the data associated with a finding, such as classification and severity.