public class PluginTestsRunAction extends Object implements StallionRunAction<PluginTestsOptions>
| Constructor and Description |
|---|
PluginTestsRunAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(PluginTestsOptions options)
Actually do the action.
|
String |
getActionName()
The name of the action, will be used on the command line to run the action.
|
String |
getHelp()
A friendly description of what the action does, will be printed on the command-line
when help is asked for.
|
void |
loadApp(PluginTestsOptions options)
Load the application context.
|
PluginTestsOptions |
newCommandOptions()
Each action might have its own command-line arguments.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSubActionNamepublic PluginTestsRunAction()
public PluginTestsOptions newCommandOptions()
StallionRunActionnewCommandOptions in interface StallionRunAction<PluginTestsOptions>public String getActionName()
StallionRunActiongetActionName in interface StallionRunAction<PluginTestsOptions>public String getHelp()
StallionRunActiongetHelp in interface StallionRunAction<PluginTestsOptions>public void loadApp(PluginTestsOptions options)
StallionRunActionloadApp in interface StallionRunAction<PluginTestsOptions>public void execute(PluginTestsOptions options) throws Exception
StallionRunActionexecute in interface StallionRunAction<PluginTestsOptions>ExceptionCopyright © 2016. All rights reserved.