Serialized Form
-
Package com.xebialabs.deployit.plugin.was.container
-
Class com.xebialabs.deployit.plugin.was.container.BaseCell
class BaseCell extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable-
Serialized Fields
-
appendTypeToName
boolean appendTypeToName
-
configDirName
String configDirName
-
deployedsToDiscover
Set<String> deployedsToDiscover
-
host
com.xebialabs.deployit.plugin.overthere.Host host
-
hostname
String hostname
-
inspectScript
String inspectScript
-
libraryScripts
List<String> libraryScripts
-
password
String password
-
performOnlyTopologyDiscovery
boolean performOnlyTopologyDiscovery
-
port
int port
-
runWithDaemon
boolean runWithDaemon
-
skipTopologyDiscovery
boolean skipTopologyDiscovery
-
stringEncoding
String stringEncoding
-
useJython21
boolean useJython21
-
username
String username
-
version
WasVersion version
-
versionInfoNameField
String versionInfoNameField
-
wasHome
String wasHome
-
wsAdminArgs
String wsAdminArgs
-
wsAdminPath
String wsAdminPath
-
-
-
Class com.xebialabs.deployit.plugin.was.container.BaseCluster
class BaseCluster extends ExtensibleDeployedContainer<C extends ClusterSpec,DeploymentManager> implements Serializable -
Serialized Fields
-
servers
Set<ManagedServer> servers
-
serverType
ServerType serverType
-
-
-
Class com.xebialabs.deployit.plugin.was.container.Cluster
-
Class com.xebialabs.deployit.plugin.was.container.DeploymentManager
class DeploymentManager extends BaseCell implements Serializable-
Serialized Fields
-
clusters
Set<BaseCluster> clusters
-
nodeAgents
Set<NodeAgent> nodeAgents
-
unmanagedNodes
Set<UnmanagedNode> unmanagedNodes
-
-
-
Class com.xebialabs.deployit.plugin.was.container.DynamicCluster
-
Serialized Fields
-
createPythonScript
String createPythonScript
-
destroyPythonScript
String destroyPythonScript
-
maxInstances
int maxInstances
-
membershipPolicy
String membershipPolicy
-
minInstances
int minInstances
-
modifyPythonScript
String modifyPythonScript
-
numVerticalInstances
int numVerticalInstances
-
operationalMode
OperationalMode operationalMode
-
servers
Set<ManagedServer> servers
-
-
-
Class com.xebialabs.deployit.plugin.was.container.DynamicOdrCluster
class DynamicOdrCluster extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable-
Serialized Fields
-
cell
DeploymentManager cell
-
createPythonScript
String createPythonScript
-
destroyPythonScript
String destroyPythonScript
-
maxInstances
int maxInstances
-
membershipPolicy
String membershipPolicy
-
memberTemplateName
String memberTemplateName
-
minInstances
int minInstances
-
modifyPythonScript
String modifyPythonScript
-
nodeGroupName
String nodeGroupName
-
numVerticalInstances
int numVerticalInstances
-
operationalMode
OperationalMode operationalMode
-
-
-
Class com.xebialabs.deployit.plugin.was.container.ManagedServer
class ManagedServer extends ExtensibleDeployedContainer<ManagedServerSpec,NodeAgent> implements Serializable -
Serialized Fields
-
serverType
ServerType serverType
-
-
-
Class com.xebialabs.deployit.plugin.was.container.ManagedWebServer
class ManagedWebServer extends ExtensibleDeployedContainer<ManagedWebServerSpec,Node> implements Serializable -
Serialized Fields
-
webserverType
WebserverType webserverType
-
-
-
Class com.xebialabs.deployit.plugin.was.container.NodeAgent
class NodeAgent extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable-
Serialized Fields
-
cell
DeploymentManager cell
-
host
com.xebialabs.deployit.plugin.overthere.Host host
-
servers
Set<ManagedServer> servers
-
synchronizeScript
String synchronizeScript
-
wasHome
String wasHome
-
webServers
Set<ManagedWebServer> webServers
-
-
-
Class com.xebialabs.deployit.plugin.was.container.ProxyServerCluster
-
Class com.xebialabs.deployit.plugin.was.container.UnmanagedNode
class UnmanagedNode extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable-
Serialized Fields
-
cell
DeploymentManager cell
-
host
com.xebialabs.deployit.plugin.overthere.Host host
-
webServers
Set<ManagedWebServer> webServers
-
-
-
Class com.xebialabs.deployit.plugin.was.container.UnmanagedServer
class UnmanagedServer extends BaseCell implements Serializable-
Serialized Fields
-
cellName
String cellName
-
nodeName
String nodeName
-
serverType
ServerType serverType
-
-
-
-
Package com.xebialabs.deployit.plugin.was.contributor
-
Class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor.TypedDelta
class TypedDelta extends Object implements Serializable-
Serialized Fields
-
delegate
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delegate
-
-
-
-
Package com.xebialabs.deployit.plugin.was.controltask
-
Class com.xebialabs.deployit.plugin.was.controltask.PythonScriptControlTaskDelegate
class PythonScriptControlTaskDelegate extends Object implements Serializable
-
-
Package com.xebialabs.deployit.plugin.was.controltask.dmgr
-
Class com.xebialabs.deployit.plugin.was.controltask.dmgr.DeploymentManagerDelegate
class DeploymentManagerDelegate extends Object implements Serializable -
Class com.xebialabs.deployit.plugin.was.controltask.dmgr.DmgrControlTaskParameters
class DmgrControlTaskParameters extends com.xebialabs.deployit.plugin.api.udm.Parameters implements Serializable-
Serialized Fields
-
target
DeploymentManagerDelegateTarget target
-
-
-
-
Package com.xebialabs.deployit.plugin.was.deployable
-
Class com.xebialabs.deployit.plugin.was.deployable.ClusterSpec
class ClusterSpec extends DeployableContainer implements Serializable-
Serialized Fields
-
wasName
String wasName
-
-
-
Class com.xebialabs.deployit.plugin.was.deployable.Deployable
class Deployable extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable -
Class com.xebialabs.deployit.plugin.was.deployable.DeployableContainer
class DeployableContainer extends Deployable implements Serializable -
Class com.xebialabs.deployit.plugin.was.deployable.DynamicClusterSpec
class DynamicClusterSpec extends ClusterSpec implements Serializable -
Class com.xebialabs.deployit.plugin.was.deployable.ManagedServerSpec
class ManagedServerSpec extends DeployableContainer implements Serializable-
Serialized Fields
-
serverType
String serverType
-
-
-
Class com.xebialabs.deployit.plugin.was.deployable.ManagedWebServerSpec
class ManagedWebServerSpec extends DeployableContainer implements Serializable-
Serialized Fields
-
webserverType
String webserverType
-
-
-
Class com.xebialabs.deployit.plugin.was.deployable.ProxyServerClusterSpec
class ProxyServerClusterSpec extends ClusterSpec implements Serializable
-
-
Package com.xebialabs.deployit.plugin.was.deployed
-
Class com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployed
class ExtensibleDeployed extends com.xebialabs.deployit.plugin.python.PythonManagedDeployed<D extends com.xebialabs.deployit.plugin.api.udm.Deployable,C extends WasContainer> implements Serializable -
Serialized Fields
-
applyRestartStrategyOnNoop
boolean applyRestartStrategyOnNoop
-
containerRestartStrategy
ContainerRestartStrategy containerRestartStrategy
-
createOrder
int createOrder
-
createScript
String createScript
-
createVerb
String createVerb
-
destroyOrder
int destroyOrder
-
destroyScript
String destroyScript
-
destroyVerb
String destroyVerb
-
enableRippleStart
boolean enableRippleStart
-
modifyOrder
int modifyOrder
-
modifyScript
String modifyScript
-
modifyVerb
String modifyVerb
-
noopOrder
int noopOrder
-
noopScript
String noopScript
-
noopVerb
String noopVerb
-
restartStrategy
DeployedRestartStrategy restartStrategy
-
standardPropertiesNotToExpose
String standardPropertiesNotToExpose
-
startOrder
int startOrder
-
startScript
String startScript
-
startVerb
String startVerb
-
stopOrder
int stopOrder
-
stopScript
String stopScript
-
stopVerb
String stopVerb
-
syncAfterCreateOrder
int syncAfterCreateOrder
-
syncAfterDestroyOrder
int syncAfterDestroyOrder
-
syncAfterModifyOrder
int syncAfterModifyOrder
-
wasName
String wasName
-
-
-
Class com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact
class ExtensibleDeployedArtifact extends ExtensibleDeployed<com.xebialabs.deployit.plugin.api.udm.DeployableArtifact,WasContainer> implements Serializable -
Serialized Fields
-
createEditionedOrder
int createEditionedOrder
-
derivedFile
com.xebialabs.overthere.OverthereFile derivedFile
-
placeholders
Map<String,
String> placeholders -
rolloutEditionedOrder
int rolloutEditionedOrder
-
rolloutEditionedScript
String rolloutEditionedScript
-
rolloutEditionedVerb
String rolloutEditionedVerb
-
syncAfterCreateEditionedOrder
int syncAfterCreateEditionedOrder
-
-
-
Class com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedContainer
class ExtensibleDeployedContainer extends com.xebialabs.deployit.plugin.python.PythonManagedDeployedContainer<D extends com.xebialabs.deployit.plugin.api.udm.DeployableContainer,C extends WasContainer> implements Serializable -
Serialized Fields
-
applyRestartStrategyOnNoop
boolean applyRestartStrategyOnNoop
-
containerRestartStrategy
ContainerRestartStrategy containerRestartStrategy
-
createOrder
int createOrder
-
createScript
String createScript
-
createVerb
String createVerb
-
destroyOrder
int destroyOrder
-
destroyScript
String destroyScript
-
destroyVerb
String destroyVerb
-
enableRippleStart
boolean enableRippleStart
-
modifyOrder
int modifyOrder
-
modifyScript
String modifyScript
-
modifyVerb
String modifyVerb
-
noopOrder
int noopOrder
-
noopScript
String noopScript
-
noopVerb
String noopVerb
-
restartStrategy
DeployedRestartStrategy restartStrategy
-
standardPropertiesNotToExpose
String standardPropertiesNotToExpose
-
startOrder
int startOrder
-
startScript
String startScript
-
startVerb
String startVerb
-
stopOrder
int stopOrder
-
stopScript
String stopScript
-
stopVerb
String stopVerb
-
syncAfterCreateOrder
int syncAfterCreateOrder
-
syncAfterDestroyOrder
int syncAfterDestroyOrder
-
syncAfterModifyOrder
int syncAfterModifyOrder
-
wasName
String wasName
-
-
-
Class com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedResource
class ExtensibleDeployedResource extends ExtensibleDeployed<com.xebialabs.deployit.plugin.api.udm.Deployable,WasContainer> implements Serializable -
Class com.xebialabs.deployit.plugin.was.deployed.ExtensibleEmbeddedDeployed
class ExtensibleEmbeddedDeployed extends com.xebialabs.deployit.plugin.api.udm.base.BaseEmbeddedDeployed<D extends com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployable,C extends com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer> implements Serializable -
Serialized Fields
-
wasName
String wasName
-
-
-
-
Package com.xebialabs.deployit.plugin.was.deployed.application
-
Class com.xebialabs.deployit.plugin.was.deployed.application.EmbeddedModule
class EmbeddedModule extends ExtensibleEmbeddedDeployed implements Serializable -
Class com.xebialabs.deployit.plugin.was.deployed.application.Module
class Module extends ExtensibleDeployedArtifact implements Serializable
-
-
Package com.xebialabs.deployit.plugin.was.step
-
Class com.xebialabs.deployit.plugin.was.step.CheckWasInstallationStep
class CheckWasInstallationStep extends Object implements Serializable-
Serialized Fields
-
cell
Cell cell
-
validInstallation
boolean validInstallation
-
-
-
Class com.xebialabs.deployit.plugin.was.step.DiscoveryWasTopologyStep
class DiscoveryWasTopologyStep extends com.xebialabs.deployit.plugin.python.PythonInspectionStep implements Serializable-
Serialized Fields
-
cell
Cell cell
-
skipDiscovery
boolean skipDiscovery
-
-
-
Class com.xebialabs.deployit.plugin.was.step.GetWasVersionStep
class GetWasVersionStep extends Object implements Serializable-
Serialized Fields
-
cell
Cell cell
-
-
-
Class com.xebialabs.deployit.plugin.was.step.GlobalWebServerPluginConfigurationCopyStep
class GlobalWebServerPluginConfigurationCopyStep extends Object implements Serializable -
Class com.xebialabs.deployit.plugin.was.step.ManagedWebServerPluginConfigurationCopyStep
class ManagedWebServerPluginConfigurationCopyStep extends Object implements Serializable -
Class com.xebialabs.deployit.plugin.was.step.WsadminStep
class WsadminStep extends com.xebialabs.deployit.plugin.steps.CalculatedStep implements Serializable
-