com.xebialabs.deployit.plugin.osb.step
Class ImportOsbConfigurationStep
java.lang.Object
com.xebialabs.deployit.plugin.wls.step.WlsStepBase
com.xebialabs.deployit.plugin.osb.step.ImportOsbConfigurationStep
- All Implemented Interfaces:
- com.xebialabs.deployit.Step, java.io.Serializable
public class ImportOsbConfigurationStep
- extends com.xebialabs.deployit.plugin.wls.step.WlsStepBase
- See Also:
- Serialized Form
| Fields inherited from class com.xebialabs.deployit.plugin.wls.step.WlsStepBase |
description, domain, STEP_RESOURCES_PATH |
|
Method Summary |
boolean |
execute(com.xebialabs.deployit.StepExecutionContext ctx)
|
java.lang.String |
getCustomFile()
|
(package private) java.lang.String |
getProject()
|
private com.xebialabs.deployit.hostsession.HostFile |
uploadApplication(com.xebialabs.deployit.hostsession.HostSession rhs)
|
| 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 |
WLST_SCRIPT_DIRECTORY
static final java.lang.String WLST_SCRIPT_DIRECTORY
- See Also:
- Constant Field Values
DEPLOY_CONFIGURATION_ON_OSB_SCRIPT_NAME
static final java.lang.String DEPLOY_CONFIGURATION_ON_OSB_SCRIPT_NAME
- See Also:
- Constant Field Values
OSB_JAR_EXTENSION
private static final java.lang.String OSB_JAR_EXTENSION
- See Also:
- Constant Field Values
applicationLocation
private java.lang.String applicationLocation
applicationName
private java.lang.String applicationName
extension
private java.lang.String extension
project
private java.lang.String project
customFile
private java.lang.String customFile
properties
protected java.util.Map<java.lang.String,java.lang.String> properties
ImportOsbConfigurationStep
public ImportOsbConfigurationStep(com.xebialabs.deployit.plugin.wls.ci.WlsDomain domain,
OsbJar application,
java.lang.String customFile,
java.util.Map<java.lang.String,java.lang.String> properties)
ImportOsbConfigurationStep
public ImportOsbConfigurationStep(com.xebialabs.deployit.plugin.wls.ci.WlsDomain domain,
OsbJar application)
getProject
java.lang.String getProject()
getCustomFile
public java.lang.String getCustomFile()
uploadApplication
private com.xebialabs.deployit.hostsession.HostFile uploadApplication(com.xebialabs.deployit.hostsession.HostSession rhs)
execute
public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
Copyright © 2010. All Rights Reserved.