public class SendMailTestStep
extends com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithProperties
implements com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
ICON_NAME |
static int |
MILLISECONDS_MEASURE |
static String |
START_TLS_BEAN_NAME |
| Constructor and Description |
|---|
SendMailTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogin() |
String |
getMailFrom() |
String |
getMailTo() |
int |
getMaxTimeoutInMeasures() |
int |
getMeasure() |
String |
getMessage() |
String |
getPassword() |
String |
getPort() |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
String |
getServer() |
boolean |
getStartTLSEnabled() |
String |
getSubject() |
int |
getTimeout() |
int |
getTimeoutInMeasures() |
boolean |
hasMeasureEnoughPrecision() |
com.eviware.soapui.model.testsuite.TestStepResult |
run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context) |
void |
setLogin(String login) |
void |
setMailFrom(String mailFrom) |
void |
setMailTo(String mailTo) |
void |
setMeasure(int measure) |
void |
setMessage(String message) |
void |
setPassword(String password) |
void |
setPort(String port) |
void |
setServer(String server) |
void |
setStartTLSEnabled(boolean useStartTls) |
void |
setSubject(String subject) |
void |
setTimeout(int newValue) |
void |
setTimeoutInMeasures(int newValue) |
addProperty, addProperty, addTestPropertyListener, createNoLicenseResult, deleteProperty, firePropertiesAdded, firePropertiesRemoved, firePropertyAdded, firePropertyMoved, firePropertyRemoved, firePropertyRenamed, firePropertyValueChanged, getFailedResultBasedOnRunContext, getProperties, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperties, hasProperty, moveProperty, moveProperty, propertyRenamed, release, removeTestPropertyListener, setPropertyValueafterCopy, afterCreateFromGUI, cancel, clone, createPanelBuilder, dependsOn, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, resetConfigOnMove, setDisabled, setNameaddExternalDependencies, afterLoad, afterSave, beforeSave, clearIdCache, createEventBusMessage, dependsOn, getConfig, getDescription, getExternalAction, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, initItemOrder, initWsdlModelItemOrder, resetConfigOnMove, resolve, setConfig, setDescription, setExternalAction, setIcon, setSettingsaddPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, getChildren, getDashboardDbId, getProject, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String ICON_NAME
public static final String START_TLS_BEAN_NAME
public static final int MILLISECONDS_MEASURE
public SendMailTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
public String getSubject()
public void setSubject(String subject)
public String getMessage()
public void setMessage(String message)
public String getServer()
public void setServer(String server)
public String getPort()
public void setPort(String port)
public String getLogin()
public void setLogin(String login)
public String getPassword()
public void setPassword(String password)
public String getMailTo()
public void setMailTo(String mailTo)
public String getMailFrom()
public void setMailFrom(String mailFrom)
public int getTimeoutInMeasures()
public boolean hasMeasureEnoughPrecision()
public int getMaxTimeoutInMeasures()
public void setTimeoutInMeasures(int newValue)
public void setTimeout(int newValue)
public int getTimeout()
public int getMeasure()
public void setMeasure(int measure)
public com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainerpublic com.eviware.soapui.model.testsuite.TestStepResult run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context)
run in interface com.eviware.soapui.model.testsuite.TestSteppublic boolean getStartTLSEnabled()
public void setStartTLSEnabled(boolean useStartTls)
Copyright © 2019. All rights reserved.