Serialized Form
-
Package com.xebialabs.deployit.plugin.was.container
-
Class com.xebialabs.deployit.plugin.was.container.BaseCell extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable
-
Serialized Fields
-
appendTypeToName
boolean appendTypeToName
-
configDirName
java.lang.String configDirName
-
deployedsToDiscover
java.util.Set<java.lang.String> deployedsToDiscover
-
host
com.xebialabs.deployit.plugin.overthere.Host host
-
hostname
java.lang.String hostname
-
inspectScript
java.lang.String inspectScript
-
libraryScripts
java.util.List<java.lang.String> libraryScripts
-
password
java.lang.String password
-
performOnlyTopologyDiscovery
boolean performOnlyTopologyDiscovery
-
port
int port
-
runWithDaemon
boolean runWithDaemon
-
skipTopologyDiscovery
boolean skipTopologyDiscovery
-
stringEncoding
java.lang.String stringEncoding
-
useJython21
boolean useJython21
-
username
java.lang.String username
-
version
WasVersion version
-
versionInfoNameField
java.lang.String versionInfoNameField
-
wasHome
java.lang.String wasHome
-
wsAdminArgs
java.lang.String wsAdminArgs
-
wsAdminPath
java.lang.String wsAdminPath
-
-
-
Class com.xebialabs.deployit.plugin.was.container.BaseCluster extends ExtensibleDeployedContainer<C extends ClusterSpec,DeploymentManager> implements Serializable
-
Serialized Fields
-
servers
java.util.Set<ManagedServer> servers
-
serverType
ServerType serverType
-
-
-
Class com.xebialabs.deployit.plugin.was.container.Cluster extends BaseCluster<ClusterSpec> implements Serializable
-
Class com.xebialabs.deployit.plugin.was.container.DeploymentManager extends BaseCell implements Serializable
-
Serialized Fields
-
clusters
java.util.Set<BaseCluster> clusters
-
nodeAgents
java.util.Set<NodeAgent> nodeAgents
-
unmanagedNodes
java.util.Set<UnmanagedNode> unmanagedNodes
-
-
-
Class com.xebialabs.deployit.plugin.was.container.DynamicCluster extends BaseCluster<DynamicClusterSpec> implements Serializable
-
Serialized Fields
-
createPythonScript
java.lang.String createPythonScript
-
destroyPythonScript
java.lang.String destroyPythonScript
-
maxInstances
int maxInstances
-
membershipPolicy
java.lang.String membershipPolicy
-
minInstances
int minInstances
-
modifyPythonScript
java.lang.String modifyPythonScript
-
numVerticalInstances
int numVerticalInstances
-
operationalMode
OperationalMode operationalMode
-
servers
java.util.Set<ManagedServer> servers
-
-
-
Class com.xebialabs.deployit.plugin.was.container.DynamicOdrCluster extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable
-
Serialized Fields
-
cell
DeploymentManager cell
-
createPythonScript
java.lang.String createPythonScript
-
destroyPythonScript
java.lang.String destroyPythonScript
-
maxInstances
int maxInstances
-
membershipPolicy
java.lang.String membershipPolicy
-
memberTemplateName
java.lang.String memberTemplateName
-
minInstances
int minInstances
-
modifyPythonScript
java.lang.String modifyPythonScript
-
nodeGroupName
java.lang.String nodeGroupName
-
numVerticalInstances
int numVerticalInstances
-
operationalMode
OperationalMode operationalMode
-
-
-
Class com.xebialabs.deployit.plugin.was.container.ManagedServer extends ExtensibleDeployedContainer<ManagedServerSpec,NodeAgent> implements Serializable
-
Serialized Fields
-
serverType
ServerType serverType
-
-
-
Class com.xebialabs.deployit.plugin.was.container.ManagedWebServer extends ExtensibleDeployedContainer<ManagedWebServerSpec,Node> implements Serializable
-
Serialized Fields
-
webserverType
WebserverType webserverType
-
-
-
Class com.xebialabs.deployit.plugin.was.container.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
java.util.Set<ManagedServer> servers
-
synchronizeScript
java.lang.String synchronizeScript
-
wasHome
java.lang.String wasHome
-
webServers
java.util.Set<ManagedWebServer> webServers
-
-
-
Class com.xebialabs.deployit.plugin.was.container.ProxyServerCluster extends BaseCluster<ProxyServerClusterSpec> implements Serializable
-
Class com.xebialabs.deployit.plugin.was.container.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
java.util.Set<ManagedWebServer> webServers
-
-
-
Class com.xebialabs.deployit.plugin.was.container.UnmanagedServer extends BaseCell implements Serializable
-
Serialized Fields
-
cellName
java.lang.String cellName
-
nodeName
java.lang.String nodeName
-
serverType
ServerType serverType
-
-
-
-
Package com.xebialabs.deployit.plugin.was.contributor
-
Class com.xebialabs.deployit.plugin.was.contributor.CollectDeployedsOfTypesContributor.TypedDelta extends java.lang.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 extends java.lang.Object implements Serializable
-
-
Package com.xebialabs.deployit.plugin.was.controltask.dmgr
-
Class com.xebialabs.deployit.plugin.was.controltask.dmgr.DeploymentManagerDelegate extends java.lang.Object implements Serializable
-
Class com.xebialabs.deployit.plugin.was.controltask.dmgr.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 extends DeployableContainer implements Serializable
-
Serialized Fields
-
wasName
java.lang.String wasName
-
-
-
Class com.xebialabs.deployit.plugin.was.deployable.Deployable extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable
-
Class com.xebialabs.deployit.plugin.was.deployable.DeployableContainer extends Deployable implements Serializable
-
Serialized Fields
-
containerTags
java.util.Set<java.lang.String> containerTags
-
-
-
Class com.xebialabs.deployit.plugin.was.deployable.DynamicClusterSpec extends ClusterSpec implements Serializable
-
Class com.xebialabs.deployit.plugin.was.deployable.ManagedServerSpec extends DeployableContainer implements Serializable
-
Serialized Fields
-
serverType
java.lang.String serverType
-
-
-
Class com.xebialabs.deployit.plugin.was.deployable.ManagedWebServerSpec extends DeployableContainer implements Serializable
-
Serialized Fields
-
webserverType
java.lang.String webserverType
-
-
-
Class com.xebialabs.deployit.plugin.was.deployable.ProxyServerClusterSpec extends ClusterSpec implements Serializable
-
-
Package com.xebialabs.deployit.plugin.was.deployed
-
Class com.xebialabs.deployit.plugin.was.deployed.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
java.lang.String createScript
-
createVerb
java.lang.String createVerb
-
destroyOrder
int destroyOrder
-
destroyScript
java.lang.String destroyScript
-
destroyVerb
java.lang.String destroyVerb
-
enableRippleStart
boolean enableRippleStart
-
modifyOrder
int modifyOrder
-
modifyScript
java.lang.String modifyScript
-
modifyVerb
java.lang.String modifyVerb
-
noopOrder
int noopOrder
-
noopScript
java.lang.String noopScript
-
noopVerb
java.lang.String noopVerb
-
restartStrategy
DeployedRestartStrategy restartStrategy
-
standardPropertiesNotToExpose
java.lang.String standardPropertiesNotToExpose
-
startOrder
int startOrder
-
startScript
java.lang.String startScript
-
startVerb
java.lang.String startVerb
-
stopOrder
int stopOrder
-
stopScript
java.lang.String stopScript
-
stopVerb
java.lang.String stopVerb
-
syncAfterCreateOrder
int syncAfterCreateOrder
-
syncAfterDestroyOrder
int syncAfterDestroyOrder
-
syncAfterModifyOrder
int syncAfterModifyOrder
-
wasName
java.lang.String wasName
-
-
-
Class com.xebialabs.deployit.plugin.was.deployed.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
java.util.Map<java.lang.String,java.lang.String> placeholders
-
rolloutEditionedOrder
int rolloutEditionedOrder
-
rolloutEditionedScript
java.lang.String rolloutEditionedScript
-
rolloutEditionedVerb
java.lang.String rolloutEditionedVerb
-
syncAfterCreateEditionedOrder
int syncAfterCreateEditionedOrder
-
-
-
Class com.xebialabs.deployit.plugin.was.deployed.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
java.lang.String createScript
-
createVerb
java.lang.String createVerb
-
destroyOrder
int destroyOrder
-
destroyScript
java.lang.String destroyScript
-
destroyVerb
java.lang.String destroyVerb
-
enableRippleStart
boolean enableRippleStart
-
modifyOrder
int modifyOrder
-
modifyScript
java.lang.String modifyScript
-
modifyVerb
java.lang.String modifyVerb
-
noopOrder
int noopOrder
-
noopScript
java.lang.String noopScript
-
noopVerb
java.lang.String noopVerb
-
restartStrategy
DeployedRestartStrategy restartStrategy
-
standardPropertiesNotToExpose
java.lang.String standardPropertiesNotToExpose
-
startOrder
int startOrder
-
startScript
java.lang.String startScript
-
startVerb
java.lang.String startVerb
-
stopOrder
int stopOrder
-
stopScript
java.lang.String stopScript
-
stopVerb
java.lang.String stopVerb
-
syncAfterCreateOrder
int syncAfterCreateOrder
-
syncAfterDestroyOrder
int syncAfterDestroyOrder
-
syncAfterModifyOrder
int syncAfterModifyOrder
-
wasName
java.lang.String wasName
-
-
-
Class com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedResource extends ExtensibleDeployed<com.xebialabs.deployit.plugin.api.udm.Deployable,WasContainer> implements Serializable
-
Class com.xebialabs.deployit.plugin.was.deployed.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
java.lang.String wasName
-
-
-
-
Package com.xebialabs.deployit.plugin.was.deployed.application
-
Class com.xebialabs.deployit.plugin.was.deployed.application.EmbeddedModule extends ExtensibleEmbeddedDeployed implements Serializable
-
Class com.xebialabs.deployit.plugin.was.deployed.application.Module extends ExtensibleDeployedArtifact implements Serializable
-
-
Package com.xebialabs.deployit.plugin.was.step
-
Class com.xebialabs.deployit.plugin.was.step.CheckWasInstallationStep extends java.lang.Object implements Serializable
-
Serialized Fields
-
cell
Cell cell
-
validInstallation
boolean validInstallation
-
-
-
Class com.xebialabs.deployit.plugin.was.step.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
cell
Cell cell
-
-
-
Class com.xebialabs.deployit.plugin.was.step.GlobalWebServerPluginConfigurationCopyStep extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
order
int order
-
pluginDestFilePath
java.lang.String pluginDestFilePath
-
pluginSrcFilePath
java.lang.String pluginSrcFilePath
-
srcHost
com.xebialabs.deployit.plugin.overthere.Host srcHost
-
targetHost
com.xebialabs.deployit.plugin.overthere.Host targetHost
-
-
-
Class com.xebialabs.deployit.plugin.was.step.ManagedWebServerPluginConfigurationCopyStep extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
order
int order
-
pluginDestFilePath
java.lang.String pluginDestFilePath
-
pluginSrcFilePath
java.lang.String pluginSrcFilePath
-
srcHost
com.xebialabs.deployit.plugin.overthere.Host srcHost
-
targetHost
com.xebialabs.deployit.plugin.overthere.Host targetHost
-
-
-
Class com.xebialabs.deployit.plugin.was.step.WsadminStep extends com.xebialabs.deployit.plugin.steps.CalculatedStep implements Serializable
-
Serialized Fields
-
pythonContext
java.util.Map<java.lang.String,java.lang.Object> pythonContext
-
pythonStep
com.xebialabs.deployit.plugin.python.PythonDeploymentStep pythonStep
-
script
java.lang.String script
-
targetCell
Cell targetCell
-
uploadArtifactsInPythonContext
java.lang.Boolean uploadArtifactsInPythonContext
-
-
-