Constant Field Values


Contents
com.xebialabs.*

com.xebialabs.deployit.plugin.was.ci.WasCell
private static final java.lang.String CONFIG_DIR_NAME "config"
private static final java.lang.String DAEMON_END_OF_COMMAND_MARKER "DEPLOYIT-DAEMON-END-OF-COMMAND"
private static final java.lang.String DAEMON_EXIT_CODE_MARKER "DEPLOYIT-DAEMON-EXIT-VALUE: "
private static final java.lang.String DAEMON_STARTED "DEPLOYIT-DAEMON-STARTED"
public static final java.lang.String DISABLE_DAEMON "com.xebialabs.deployit.plugin.was.disableDaemon"
private static final java.lang.String PLUGIN_FILENAME "plugin-cfg.xml"

com.xebialabs.deployit.plugin.was.ci.WasNaming
public static final java.lang.String CLONE "Clone"
public static final java.lang.String CLUSTER "Cluster"
public static final java.lang.String CLUSTER_MEMBER "Member"
public static final java.lang.String SEPARATOR "_"
public static final java.lang.String SERVER "Server"

com.xebialabs.deployit.plugin.was.ci.WasNode
private static final long serialVersionUID 179031152212999680L

com.xebialabs.deployit.plugin.was.step.AddSingleWasClusterMemberStep
protected static final java.lang.String CLONE_CLUSTER_MEMBER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/clone-cluster-member.py"

com.xebialabs.deployit.plugin.was.step.ControlApplicationStep
protected static final java.lang.String CONTROL_APPLICATION_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/control-application.py"

com.xebialabs.deployit.plugin.was.step.CreateWasClusterMembersStep
protected static final java.lang.String CREATE_CLUSTER_MEMBERS_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/create-cluster-members.py"

com.xebialabs.deployit.plugin.was.step.CreateWasClusterStep
protected static final java.lang.String SCRIPT_NAME "com/xebialabs/deployit/plugin/was/step/create-cluster.py"

com.xebialabs.deployit.plugin.was.step.CreateWasDataSourceStep
public static final java.lang.String CREATE_DATASOURCE_ON_SERVER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/create-datasource-on-server.py"
public static final java.lang.String CREATE_DATASOURCE_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/create-datasource.py"

com.xebialabs.deployit.plugin.was.step.CreateWasManagedApacheWebServerStep
private static final java.lang.String CREATE_WAS_MANAGED_APACHE_WEB_SERVER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/create-was-managed-apache-web-server.py"

com.xebialabs.deployit.plugin.was.step.CreateWasServerStep
protected static final java.lang.String CREATE_SERVER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/create-server.py"

com.xebialabs.deployit.plugin.was.step.CreateWasStringNameSpaceBindingsStep
protected static final java.lang.String CREATE_STRING_NAMESPACE_BINDING_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/create-string-namespace-bindings.py"

com.xebialabs.deployit.plugin.was.step.CreateWasVirtualHostStep
protected static final java.lang.String CREATE_VIRTUAL_HOST_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/create-vhost.py"

com.xebialabs.deployit.plugin.was.step.CreateWasWmqTopicConnectionFactoryStep
private static final java.lang.String CREATE_WMQ_TCF_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/create-wmq-topic-connection-factory.py"

com.xebialabs.deployit.plugin.was.step.DestroyWasClusterStep
protected static final java.lang.String DESTROY_CLUSTER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/destroy-webspherecluster.py"

com.xebialabs.deployit.plugin.was.step.DestroyWasDataSourceStep
public static final java.lang.String DESTROY_DATASOURCE_ON_SERVER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/destroy-datasource-on-server.py"
public static final java.lang.String DESTROY_DATASOURCE_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/destroy-datasource.py"

com.xebialabs.deployit.plugin.was.step.DestroyWasManagedApacheWebServerStep
private static final java.lang.String DESTROY_WAS_MANAGED_APACHE_WEB_SERVER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/destroy-was-managed-apache-web-server.py"

com.xebialabs.deployit.plugin.was.step.DestroyWasServerStep
protected static final java.lang.String DESTROY_SERVER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/destroy-websphereserver.py"

com.xebialabs.deployit.plugin.was.step.DestroyWasStringNameSpaceBindingsStep
protected static final java.lang.String DESTROY_STRING_NAMESPACE_BINDING_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/destroy-string-namespace-bindings.py"

com.xebialabs.deployit.plugin.was.step.DestroyWasVirtualHostStep
protected static final java.lang.String DESTROY_VIRTUAL_HOST_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/destroy-vhost.py"

com.xebialabs.deployit.plugin.was.step.GenerateWasWebServerPluginConfigurationStep
public static final java.lang.String GENERATE_PLUGIN_CONFIG_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/generate-plugin-config.py"

com.xebialabs.deployit.plugin.was.step.ModifyWasClusterMemberStep
protected static final java.lang.String MODIFY_CLUSTER_MEMBER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/configure-cluster-member.py"

com.xebialabs.deployit.plugin.was.step.ModifyWasServerStep
protected static final java.lang.String MODIFY_SERVER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/configure-server.py"

com.xebialabs.deployit.plugin.was.step.RemoveWasClusterMemberStep
protected static final java.lang.String REMOVE_CLUSTER_MEMBER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/remove-cluster-member.py"

com.xebialabs.deployit.plugin.was.step.StartWasClusterMembersStep
protected static final java.lang.String START_CLUSTER_MEMBER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/start-cluster-members.py"

com.xebialabs.deployit.plugin.was.step.StartWasServerStep
protected static final java.lang.String START_SERVER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/start-server.py"

com.xebialabs.deployit.plugin.was.step.StartWasSingleClusterMemberStep
protected static final java.lang.String START_SINGLE_CLUSTER_MEMBER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/start-single-cluster-member.py"

com.xebialabs.deployit.plugin.was.step.StopWasClusterStep
protected static final java.lang.String STOP_CLUSTER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/stop-cluster.py"

com.xebialabs.deployit.plugin.was.step.StopWasServerStep
protected static final java.lang.String STOP_SERVER_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/stop-server.py"

com.xebialabs.deployit.plugin.was.step.SynchronizeWasNodeStep
protected static final java.lang.String SYNCHRONIZE_NODE_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/synchronize-node.py"

com.xebialabs.deployit.plugin.was.step.UpdateWasVirtualHostAliasesStep
protected static final java.lang.String UPDATE_VIRTUAL_HOST_ALIASES_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/update-vhost-aliases.py"

com.xebialabs.deployit.plugin.was.step.WasDeployApplicationOnServersStep
protected static final java.lang.String DEPLOY_APPLICATION_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/deploy-application.py"

com.xebialabs.deployit.plugin.was.step.WasDeployApplicationStep
protected static final java.lang.String DEPLOY_APPLICATION_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/deploy-application.py"

com.xebialabs.deployit.plugin.was.step.WasIsAppReadyStep
protected static final java.lang.String IS_APP_READY_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/is-app-ready.py"

com.xebialabs.deployit.plugin.was.step.WasStartApplicationStep
private static final java.lang.String START_APPLICATION_COMMAND "startApplication"
private static final java.lang.String START_APPLICATION_DESCRIPTION "Start application"

com.xebialabs.deployit.plugin.was.step.WasStepBase
public static final java.lang.String STEP_RESOURCES_PATH "com/xebialabs/deployit/plugin/was/step/"

com.xebialabs.deployit.plugin.was.step.WasStopApplicationStep
private static final java.lang.String STOP_APPLICATION_COMMAND "stopApplication"
private static final java.lang.String STOP_APPLICATION_DESCRIPTION "Stop application"

com.xebialabs.deployit.plugin.was.step.WasUndeployApplicationStep
protected static final java.lang.String UNDEPLOY_APPLICATION_SCRIPT_RESOURCE_PATH "com/xebialabs/deployit/plugin/was/step/undeploy-application.py"



Copyright © 2010. All Rights Reserved.