public class SecurityTestStepResult
Security result of a TestStep represents summary result of all TestStep security scans
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
TYPE |
Constructor and description |
---|
SecurityTestStepResult
(TestStep testStep, TestStepResult originalResult) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addSecurityScanResult(SecurityScanResult securityScanResult) |
|
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() |
|
TestStepResult |
getOriginalTestStepResult() |
|
java.lang.String |
getResultType() |
|
java.util.List<SecurityScanResult> |
getSecurityScanResultList() |
|
java.lang.String |
getSecurityTestLog() Raturns Security Test Log |
|
java.lang.String |
getSecurityTestStepName() |
|
long |
getSize() Used for calculating the output |
|
ResultStatus |
getStatus() |
|
java.lang.String |
getStatusString() |
|
TestStep |
getTestStep() |
|
long |
getTimeStamp() Returns time stamp when test is started. |
|
long |
getTimeTaken() |
|
boolean |
isDiscarded() |
|
boolean |
isHasScansWithWarnings() |
|
void |
release() |
|
void |
setExecutionProgressStatus(ResultStatus status) |
|
void |
setOriginalTestStepResult(TestStepResult originalTestStepResult) |
|
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