Constant Field Values


Contents
com.xebialabs.*

com.xebialabs.deployit.plugin.wls.WlsConventions
private static final java.lang.String CUSTOM_CONFIGURATION_PATTERN "/opt/bea-10.3/user_projects/domains/%s/application/%s/configuration/"
private static final java.lang.String CUSTOM_LIBRARY_PATTERN " /opt/bea-10.3/user_projects/domains/%s/application/%s/libraries/"
private static final java.lang.String FILESTORE_PATTERN "/opt/bea-10.3/user_projects/domains/%s/filestores/"

com.xebialabs.deployit.plugin.wls.step.ActivatePendingChangesStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/activate-changes.py"

com.xebialabs.deployit.plugin.wls.step.ApacheWlsPluginConfigFileStep
protected static final java.lang.String DEFAULT_WL_APACHE_VHOST_TEMPLATE "com/xebialabs/deployit/plugin/wls/step/apache_wl_conf_template.vm"

com.xebialabs.deployit.plugin.wls.step.CreateWlsDataSourceStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-datasource.py"

com.xebialabs.deployit.plugin.wls.step.CreateWlsForeignJmsConnectionFactoryStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-foreign-connection-factory.py"

com.xebialabs.deployit.plugin.wls.step.CreateWlsForeignJmsDestinationStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-foreign-destination.py"

com.xebialabs.deployit.plugin.wls.step.CreateWlsForeignJmsServerStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-foreign-server.py"

com.xebialabs.deployit.plugin.wls.step.CreateWlsJmsConnectionFactoryStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-jms-connection-factory.py"

com.xebialabs.deployit.plugin.wls.step.CreateWlsJmsModuleStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-jms-module.py"

com.xebialabs.deployit.plugin.wls.step.CreateWlsJmsQueueSetStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-jms-queueset.py"

com.xebialabs.deployit.plugin.wls.step.CreateWlsJmsQueueStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-jms-queue.py"

com.xebialabs.deployit.plugin.wls.step.CreateWlsJmsServersStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-jms-server.py"

com.xebialabs.deployit.plugin.wls.step.CreateWlsMaximumThreadConstraintStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-maximum-threads-constraint.py"

com.xebialabs.deployit.plugin.wls.step.CreateWlsServerStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/create-server.py"

com.xebialabs.deployit.plugin.wls.step.DestroyWlsDataSourceStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/destroy-datasource.py"

com.xebialabs.deployit.plugin.wls.step.DestroyWlsForeignJmsConnectionFactoryStep
private static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/destroy-foreign-connection-factory.py"

com.xebialabs.deployit.plugin.wls.step.DestroyWlsForeignJmsDestinationStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/destroy-foreign-destination.py"

com.xebialabs.deployit.plugin.wls.step.DestroyWlsForeignJmsServerStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/destroy-foreign-server.py"

com.xebialabs.deployit.plugin.wls.step.DestroyWlsJmsConnectionFactoryStep
public static final java.lang.String STRING "com/xebialabs/deployit/plugin/wls/step/destroy-jms-connection-factory.py"

com.xebialabs.deployit.plugin.wls.step.DestroyWlsJmsQueueSetStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/destroy-jms-queueset.py"

com.xebialabs.deployit.plugin.wls.step.DestroyWlsJmsQueueStep
public static final java.lang.String STRING "com/xebialabs/deployit/plugin/wls/step/destroy-jms-queue.py"

com.xebialabs.deployit.plugin.wls.step.DestroyWlsJmsServerStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/destroy-jms-server.py"

com.xebialabs.deployit.plugin.wls.step.DestroyWlsMaximumThreadsContraintStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/destroy-maximum-threads-constraint.py"

com.xebialabs.deployit.plugin.wls.step.DestroyWlsServerStep
public static final java.lang.String SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/destroy-server.py"

com.xebialabs.deployit.plugin.wls.step.ModifyWlsServerStep
private static final java.lang.String CONFIGURE_SERVER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/configure-server.py"

com.xebialabs.deployit.plugin.wls.step.StartApplicationStep
private static final java.lang.String START_APPLICATION_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/wls/step/start-application.py"

com.xebialabs.deployit.plugin.wls.step.StartWlsServerStep
private static final java.lang.String START_WEBLOGIC_SERVER_SCRIPT_NAME "com/xebialabs/deployit/plugin/wls/step/start-server.py"

com.xebialabs.deployit.plugin.wls.step.StopApplicationStep
private static final java.lang.String STOP_APPLICATION_SCRIPT_RESOURCES_PATH "com/xebialabs/deployit/plugin/wls/step/stop-application.py"

com.xebialabs.deployit.plugin.wls.step.StopWlsServerStep
private static final java.lang.String STOP_WEBLOGIC_SERVER_SCRIPT_NAME "com/xebialabs/deployit/plugin/wls/step/stop-server.py"

com.xebialabs.deployit.plugin.wls.step.WlsActivationStateVerificationStep
public static final java.lang.String ACTIVATION_STATE_VERIFICATION_SCRIPT_NAME "com/xebialabs/deployit/plugin/wls/step/check-activation-state.py"

com.xebialabs.deployit.plugin.wls.step.WlsDeployArtifactStep
private static final java.lang.String DEPLOY_APPLICATION_ON_WEBLOGIC_SCRIPT_NAME "com/xebialabs/deployit/plugin/wls/step/deploy-application.py"
public static final java.lang.String EAR_EXTENSION ".ear"
public static final java.lang.String EJB_JAR_EXTENSION ".jar"
public static final java.lang.String WAR_EXTENSION ".war"

com.xebialabs.deployit.plugin.wls.step.WlsStepBase
public static final java.lang.String STEP_RESOURCES_PATH "com/xebialabs/deployit/plugin/wls/step/"

com.xebialabs.deployit.plugin.wls.step.WlsUndeployArtifactStep
private static final java.lang.String SCRIPT_NAME "com/xebialabs/deployit/plugin/wls/step/undeploy-application.py"



Copyright © 2009. All Rights Reserved.