com.eviware.soapui.security.log
Class SecurityTestLogModel
java.lang.Object
javax.swing.AbstractListModel
com.eviware.soapui.security.log.SecurityTestLogModel
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.ListModel
public class SecurityTestLogModel
- extends javax.swing.AbstractListModel
SecurityTestLog
- Author:
- soapUI team
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.AbstractListModel |
listenerList |
| Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityTestLogModel
public SecurityTestLogModel()
getElementAt
public java.lang.Object getElementAt(int arg0)
getSize
public int getSize()
addText
public void addText(java.lang.String msg)
getTestStepResultAt
public SecurityResult getTestStepResultAt(int index)
addSecurityTestStepResult
public boolean addSecurityTestStepResult(TestStep testStep)
- called before TestStep SecurityScans just to mark beginning of TestStep
SecurityLog part to be updated after step scans finish with proper values
- Returns:
- true - if added, false - otherwise
updateSecurityTestStepResult
public void updateSecurityTestStepResult(SecurityTestStepResult result,
boolean errorsOnly,
boolean hasChecksToProcess,
boolean startStepLogEntryAdded)
addSecurityScanResult
public void addSecurityScanResult(SecurityScan securityCheck)
updateSecurityScanResult
public void updateSecurityScanResult(SecurityScanResult securityCheckResult,
boolean errorsOnly)
addSecurityScanRequestResult
public void addSecurityScanRequestResult(SecurityScanRequestResult securityCheckRequestResult)
clear
public void clear()
getMaxSize
public int getMaxSize()
setMaxSize
public void setMaxSize(int maxSize)
getIndexOfSecurityScan
public int getIndexOfSecurityScan(SecurityScan check)
Copyright © 2005-2011 eviware.com. All Rights Reserved.