public class WsdlRequirement
extends com.eviware.soapui.model.support.AbstractModelItem
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION_PROPERTY |
static String |
DETAILS_PROPERTY |
static String |
ID_PROPERTY |
static String |
LINK_PROPERTY |
static String |
LINKLABEL_PROPERTY |
static String |
LINKS_PROPERTY |
static String |
NAME_PROPERTY |
static String |
STATUS_PROPERTY |
static String |
TESTCASES_PROPERTY |
Constructor and Description |
---|
WsdlRequirement(com.eviware.soapui.config.RequirementConfig config,
WsdlProjectRequirements projectRequirements) |
Modifier and Type | Method and Description |
---|---|
void |
addLink(String name,
String link) |
void |
addTestCase(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase modelItem) |
protected com.smartbear.ready.core.event.ReadyApiMessage |
createEventBusMessage(String propertyName,
Object oldValue,
Object newValue) |
com.eviware.soapui.config.RequirementConfig |
getConfig() |
String |
getDescription() |
String |
getDetails() |
ImageIcon |
getIcon() |
String |
getId() |
String |
getLinkAt(int index) |
int |
getLinkCount() |
String |
getLinkLabelAt(int index) |
String |
getName() |
com.eviware.soapui.model.ModelItem |
getParent() |
com.eviware.soapui.model.settings.Settings |
getSettings() |
String |
getStatus() |
com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase |
getTestCaseAt(int index) |
int |
getTestCaseCount() |
List<com.eviware.soapui.model.testsuite.TestCase> |
getTestCaseList() |
boolean |
hasTestCase(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase) |
void |
release() |
void |
removeLinkAt(int ix) |
com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase |
removeTestCaseAt(int index) |
void |
setDescription(String description) |
void |
setDetails(String details) |
void |
setId(String id) |
void |
setLinkAt(String value,
int ix) |
void |
setLinkLabelAt(String value,
int ix) |
void |
setName(String name) |
void |
setStatus(String status) |
void |
syncTestCases() |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, getChildren, getDashboardDbId, getProject, initItemOrder, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChanged
public static final String NAME_PROPERTY
public static final String ID_PROPERTY
public static final String DESCRIPTION_PROPERTY
public static final String DETAILS_PROPERTY
public static final String STATUS_PROPERTY
public static final String TESTCASES_PROPERTY
public static final String LINKS_PROPERTY
public static final String LINK_PROPERTY
public static final String LINKLABEL_PROPERTY
public WsdlRequirement(com.eviware.soapui.config.RequirementConfig config, WsdlProjectRequirements projectRequirements)
protected com.smartbear.ready.core.event.ReadyApiMessage createEventBusMessage(String propertyName, Object oldValue, Object newValue)
createEventBusMessage
in class com.eviware.soapui.model.support.AbstractModelItem
public void syncTestCases()
public com.eviware.soapui.config.RequirementConfig getConfig()
public String getId()
public String getDescription()
public ImageIcon getIcon()
public String getName()
public com.eviware.soapui.model.settings.Settings getSettings()
public String getStatus()
public int getTestCaseCount()
public com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase getTestCaseAt(int index)
public String getLinkLabelAt(int index)
public String getLinkAt(int index)
public int getLinkCount()
public String getDetails()
public void setId(String id)
public void setName(String name)
public void setDescription(String description)
public void setStatus(String status)
public void setDetails(String details)
public void addTestCase(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase modelItem)
public boolean hasTestCase(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase)
public com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase removeTestCaseAt(int index)
public void setLinkLabelAt(String value, int ix)
public void setLinkAt(String value, int ix)
public void removeLinkAt(int ix)
public com.eviware.soapui.model.ModelItem getParent()
public List<com.eviware.soapui.model.testsuite.TestCase> getTestCaseList()
public void release()
release
in interface com.eviware.soapui.model.Releasable
release
in class com.eviware.soapui.model.support.AbstractModelItem
Copyright © 2019. All rights reserved.