|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xebialabs.deployit.plugin.wls.step.WlsStepBase
com.xebialabs.deployit.plugin.wls.step.SimpleWlstExecutingStep
public class SimpleWlstExecutingStep
Generic Step used to execute WLST commands on a WlsDomain.
| Field Summary | |
|---|---|
protected java.lang.String[] |
scriptArgs
Arguments passed to Jython script. |
protected java.lang.String |
scriptResourcePath
The path of Jython script containing WLST commands. |
| Fields inherited from class com.xebialabs.deployit.plugin.wls.step.WlsStepBase |
|---|
description, domain, STEP_RESOURCES_PATH |
| Constructor Summary | |
|---|---|
SimpleWlstExecutingStep(java.lang.String description,
WlsDomain domain,
java.lang.String scriptResourcePath,
java.lang.String... scriptArgs)
Creates a SimpleWlstExecutionStep with the specified parameters. |
|
| Method Summary | |
|---|---|
boolean |
execute(com.xebialabs.deployit.StepExecutionContext ctx)
|
| Methods inherited from class com.xebialabs.deployit.plugin.wls.step.WlsStepBase |
|---|
executeWlstJythonScriptResource, executeWlstJythonScriptResource, getDescription, setDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String scriptResourcePath
protected java.lang.String[] scriptArgs
| Constructor Detail |
|---|
public SimpleWlstExecutingStep(java.lang.String description,
WlsDomain domain,
java.lang.String scriptResourcePath,
java.lang.String... scriptArgs)
description - the description of the stepdomain - the domain on which to run this stepscriptResourcePath - the resource path of the WLST script to executetheNewNumber - TODOscriptArgs - the parameters for the script. Automatically the username, password and the connect URL for the| Method Detail |
|---|
public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||