public final class SelectForm extends Step
DEFAULT_DESCRIPTION, ELEMENT_ATTRIBUTE_ID, ELEMENT_ATTRIBUTE_NAME, PROPERTY_TYPE_ANT, PROPERTY_TYPE_ANT_STRICT, PROPERTY_TYPE_DEFAULT, PROPERTY_TYPE_DYNAMICdescription, location, project| Constructor and Description |
|---|
SelectForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(java.lang.String text)
Called by Ant to set the text nested between opening and closing tags.
|
void |
doExecute()
Select a form as the current one.
|
java.lang.String |
getIndex() |
java.lang.String |
getName() |
void |
setIndex(java.lang.String index)
Set the index.
|
void |
setName(java.lang.String name)
Set the name.
|
protected void |
verifyParameters()
Called to let the step's implementation validate its parameters.
|
addComputedParameters, clone, emptyParamCheck, execute, getComputedParameters, getContext, getDefaultPropertyType, getDescription, getDuration, getParameterDictionary, getStepLabel, getVerifier, getWebtestProperties, getWebtestProperties, getWebtestProperty, getWebtestProperty, handleException, hasDescription, integerParamCheck, isCompleted, isPerformingAction, isStarted, isSuccessful, notifyCompleted, notifyStarted, notifyStepResultsListeners, notifySuccess, nullParamCheck, nullResponseCheck, optionalIntegerParamCheck, paramCheck, positiveOrZeroParamCheck, setStepid, setWebtestProperty, setWebtestProperty, toStringbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypegetDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic void doExecute()
throws java.lang.Exception
doExecute in class StepStepExecutionException - if no form is foundjava.lang.Exceptionpublic void setIndex(java.lang.String index)
index - public java.lang.String getIndex()
public void setName(java.lang.String name)
name - public java.lang.String getName()
protected void verifyParameters()
StepStep.doExecute().
This implementation does nothing, overwrite as needed.verifyParameters in class Steppublic void addText(java.lang.String text)
text - the text to set