public class SecurityScanResult
A SecurityScan result represents result of one request (modified by a security scan and run)
Modifiers | Name | Description |
---|---|---|
static int |
MAX_SECURITY_CHANGED_PARAMETERS_LENGTH |
|
static java.lang.String |
TYPE |
|
SecurityScan |
securityCheck |
|
java.lang.StringBuffer |
testLog |
Constructor and description |
---|
SecurityScanResult
(SecurityScan securityCheck) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addSecurityRequestResult(SecurityScanRequestResult secReqResult) |
|
void |
detectMissingItems() |
|
void |
discard() Can discard any result data that may be taking up memory. |
|
ActionList |
getActions() Returns a list of actions that can be applied to this result |
|
ResultStatus |
getExecutionProgressStatus() |
|
ResultStatus |
getLogIconStatus() |
|
java.lang.String |
getLogIconStatusString() |
|
java.lang.String |
getResultType() |
|
java.util.List<SecurityScanRequestResult> |
getSecurityRequestResultList() |
|
SecurityScan |
getSecurityScan() |
|
java.lang.String |
getSecurityScanName() |
|
java.lang.String |
getSecurityTestLog() Raturns Security Test Log |
|
long |
getSize() Used for calculating the output |
|
ResultStatus |
getStatus() |
|
java.lang.String |
getStatusString() |
|
long |
getTimeStamp() Returns time stamp when test is started. |
|
long |
getTimeTaken() |
|
boolean |
isCanceled() |
|
boolean |
isDiscarded() |
|
boolean |
isHasRequestsWithWarnings() |
|
void |
release() |
|
void |
setExecutionProgressStatus(ResultStatus status) |
|
void |
setStatus(ResultStatus status) |
|
void |
writeTo(java.io.PrintWriter writer) Writes this result to the specified writer, used for logging. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Can discard any result data that may be taking up memory. Timing-values must not be discarded.
Returns a list of actions that can be applied to this result
Raturns Security Test Log
Used for calculating the output
Returns time stamp when test is started.
Writes this result to the specified writer, used for logging.
ReadyAPI functional (soapui) SDK 3.20.1