public class SecurityScanRequestResult
A SecurityScan result represents result of one request (modified by a security scan and run)
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
TYPE |
Constructor and description |
---|
SecurityScanRequestResult
(SecurityScan securityCheck) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addMessage(SecurityScanResultMessage message) |
|
StringToStringMap |
changedParameters() |
|
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 |
|
java.lang.String |
getChangedParamsInfo(int requestCount) |
|
java.lang.String |
getChangedParamsString() |
|
ResultStatus |
getExecutionProgressStatus() |
|
ResultStatus |
getLogIconStatus() |
|
MessageExchange |
getMessageExchange() |
|
SecurityScanResultMessage[] |
getMessages() |
|
java.lang.String |
getResultType() |
|
SecurityScan |
getSecurityScan() |
|
long |
getSize() Used for calculating the output |
|
ResultStatus |
getStatus() |
|
long |
getTimeStamp() |
|
long |
getTimeTaken() |
|
boolean |
isDiscarded() |
|
void |
release() |
|
void |
setMessageExchange(MessageExchange messageExchange) |
|
void |
setStatus(ResultStatus status) |
|
void |
setTimeTaken(long timeTaken) |
|
void |
startTimer() |
|
void |
stopTimer() |
|
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
Used for calculating the output
Writes this result to the specified writer, used for logging.
ReadyAPI functional (soapui) SDK 3.20.1