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, wait
getSubActionName
public PluginTestsRunAction()
public PluginTestsOptions newCommandOptions()
StallionRunAction
newCommandOptions
in interface StallionRunAction<PluginTestsOptions>
public String getActionName()
StallionRunAction
getActionName
in interface StallionRunAction<PluginTestsOptions>
public String getHelp()
StallionRunAction
getHelp
in interface StallionRunAction<PluginTestsOptions>
public void loadApp(PluginTestsOptions options)
StallionRunAction
loadApp
in interface StallionRunAction<PluginTestsOptions>
public void execute(PluginTestsOptions options) throws Exception
StallionRunAction
execute
in interface StallionRunAction<PluginTestsOptions>
Exception
Copyright © 2016. All rights reserved.