com.xebialabs.deployit.plugin.wls.step
Class WlsStepBase

java.lang.Object
  extended by com.xebialabs.deployit.plugin.wls.step.WlsStepBase
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable
Direct Known Subclasses:
SimpleWlstExecutingStep, WlsDeployArtifactStep

public abstract class WlsStepBase
extends java.lang.Object
implements com.xebialabs.deployit.Step

See Also:
Serialized Form

Field Summary
protected  java.lang.String description
           
protected  WlsDomain domain
           
static java.lang.String STEP_RESOURCES_PATH
           
 
Constructor Summary
protected WlsStepBase(WlsDomain domain)
           
 
Method Summary
 int executeWlstJythonScriptResource(com.xebialabs.deployit.StepExecutionContext ctx, com.xebialabs.deployit.hostsession.HostSession s, java.lang.String scriptResourcePath, java.lang.String... args)
           
 int executeWlstJythonScriptResource(com.xebialabs.deployit.StepExecutionContext ctx, java.lang.String scriptResourcePath, java.lang.String... args)
           
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.xebialabs.deployit.Step
execute
 

Field Detail

STEP_RESOURCES_PATH

public static final java.lang.String STEP_RESOURCES_PATH
See Also:
Constant Field Values

description

protected java.lang.String description

domain

protected WlsDomain domain
Constructor Detail

WlsStepBase

protected WlsStepBase(WlsDomain domain)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.xebialabs.deployit.Step

setDescription

public void setDescription(java.lang.String description)

executeWlstJythonScriptResource

public int executeWlstJythonScriptResource(com.xebialabs.deployit.StepExecutionContext ctx,
                                           com.xebialabs.deployit.hostsession.HostSession s,
                                           java.lang.String scriptResourcePath,
                                           java.lang.String... args)

executeWlstJythonScriptResource

public int executeWlstJythonScriptResource(com.xebialabs.deployit.StepExecutionContext ctx,
                                           java.lang.String scriptResourcePath,
                                           java.lang.String... args)


Copyright © 2010. All Rights Reserved.