public class DisplayTestRunAction
extends com.eviware.soapui.support.action.support.AbstractSoapUIAction<com.eviware.soapui.model.ModelItem>
implements com.eviware.soapui.support.action.swing.TargetProvider<com.eviware.soapui.model.ModelItem>
| Modifier and Type | Field and Description |
|---|---|
static String |
SOAPUI_ACTION_ID |
| Constructor and Description |
|---|
DisplayTestRunAction() |
| Modifier and Type | Method and Description |
|---|---|
com.eviware.soapui.model.ModelItem |
getTargetModelItem() |
void |
handleTestRunSelectionMessage(TestRunSelectionMessage message) |
void |
perform(com.eviware.soapui.model.ModelItem target,
Object param) |
boolean |
shouldBeEnabledFor(com.eviware.soapui.model.ModelItem modelItem) |
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getIconPath, getId, getName, getStartTrialAction, getStartTrialActionParameters, isDefault, isEnabled, isLicenseDependent, isLicenseValid, isTrialAvailable, needShowStartTrialTooltip, perform, removePropertyChangeListener, removePropertyChangeListener, setDescription, setEnabled, setIconPath, setNamepublic static final String SOAPUI_ACTION_ID
public void perform(com.eviware.soapui.model.ModelItem target,
Object param)
perform in interface com.eviware.soapui.support.action.SoapUIAction<com.eviware.soapui.model.ModelItem>public void handleTestRunSelectionMessage(TestRunSelectionMessage message)
public boolean shouldBeEnabledFor(com.eviware.soapui.model.ModelItem modelItem)
shouldBeEnabledFor in class com.eviware.soapui.support.action.support.AbstractSoapUIAction<com.eviware.soapui.model.ModelItem>public com.eviware.soapui.model.ModelItem getTargetModelItem()
getTargetModelItem in interface com.eviware.soapui.support.action.swing.TargetProvider<com.eviware.soapui.model.ModelItem>Copyright © 2019. All rights reserved.