Serialized Form


Package com.xebialabs.deployit.plugin.wls.container

Class com.xebialabs.deployit.plugin.wls.container.Cluster extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable

Serialized Fields

domain

Domain domain

servers

java.util.Set<E> servers

Class com.xebialabs.deployit.plugin.wls.container.Domain extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable

Serialized Fields

host

com.xebialabs.deployit.plugin.overthere.Host host

version

Version version

wlHome

java.lang.String wlHome

domainHome

java.lang.String domainHome

port

int port

username

java.lang.String username

password

java.lang.String password

adminServerName

java.lang.String adminServerName

startMode

StartMode startMode

runWithDaemon

boolean runWithDaemon

clusters

java.util.Set<E> clusters

Class com.xebialabs.deployit.plugin.wls.container.JmsServer extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable

Serialized Fields

tags

java.util.Set<E> tags

server

Server server

Class com.xebialabs.deployit.plugin.wls.container.Server extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable

Serialized Fields

port

int port

domain

Domain domain

host

com.xebialabs.deployit.plugin.overthere.Host host

startCommand

java.lang.String startCommand

stopCommand

java.lang.String stopCommand

Package com.xebialabs.deployit.plugin.wls.deployed

Class com.xebialabs.deployit.plugin.wls.deployed.AbstractQueue extends JmsDestination<JmsResourceSpec,JmsServer,AbstractQueue> implements Serializable

Class com.xebialabs.deployit.plugin.wls.deployed.AbstractUniformDistributedQueue extends JmsDestination<JmsResourceSpec,JmsTarget,AbstractUniformDistributedQueue> implements Serializable

Class com.xebialabs.deployit.plugin.wls.deployed.ExtensibleDeployedArtifact extends com.xebialabs.deployit.plugin.python.PythonManagedDeployed<D extends com.xebialabs.deployit.plugin.api.udm.DeployableArtifact,WlsContainer> implements Serializable

Serialized Fields

stageMode

StageMode stageMode

stagingDirectory

java.lang.String stagingDirectory

versioned

boolean versioned

redeploymentStrategy

DeploymentStrategy redeploymentStrategy

retireTimeout

int retireTimeout

versionIdentifier

java.lang.String versionIdentifier

pythonVars

java.util.Map<K,V> pythonVars

standardPropertiesNotToExpose

java.lang.String standardPropertiesNotToExpose

derivedFile

com.xebialabs.overthere.OverthereFile derivedFile

placeholders

java.util.Map<K,V> placeholders

createScript

java.lang.String createScript

createVerb

java.lang.String createVerb

createOrder

int createOrder

modifyScript

java.lang.String modifyScript

modifyVerb

java.lang.String modifyVerb

modifyOrder

int modifyOrder

destroyScript

java.lang.String destroyScript

destroyVerb

java.lang.String destroyVerb

destroyOrder

int destroyOrder

undeployRetiredApplicationOrder

int undeployRetiredApplicationOrder

stopRetiredApplicationOrder

int stopRetiredApplicationOrder

startScript

java.lang.String startScript

startVerb

java.lang.String startVerb

startOrder

int startOrder

stopScript

java.lang.String stopScript

stopVerb

java.lang.String stopVerb

stopOrder

int stopOrder

Class com.xebialabs.deployit.plugin.wls.deployed.JmsDestination extends JmsResource<D extends JmsResourceSpec,C extends JmsTarget> implements Serializable

Serialized Fields

errorDestination

JmsDestination<D extends JmsResourceSpec,C extends JmsTarget,E extends JmsDestination> errorDestination

standardPropertiesNotToExpose

java.lang.String standardPropertiesNotToExpose

setErrorDestinationScript

java.lang.String setErrorDestinationScript

setErrorDestinationVerb

java.lang.String setErrorDestinationVerb

setErrorDestinationOrder

int setErrorDestinationOrder

unsetErrorDestinationScript

java.lang.String unsetErrorDestinationScript

unsetErrorDestinationVerb

java.lang.String unsetErrorDestinationVerb

unsetErrorDestinationOrder

int unsetErrorDestinationOrder

Class com.xebialabs.deployit.plugin.wls.deployed.JmsResource extends com.xebialabs.deployit.plugin.python.PythonManagedDeployed<D extends JmsResourceSpec,C extends JmsTarget> implements Serializable

Serialized Fields

jmsModuleName

java.lang.String jmsModuleName

jndiName

java.lang.String jndiName

standardPropertiesNotToExpose

java.lang.String standardPropertiesNotToExpose

subDeploymentName

java.lang.String subDeploymentName

createScript

java.lang.String createScript

createVerb

java.lang.String createVerb

createOrder

int createOrder

modifyScript

java.lang.String modifyScript

modifyVerb

java.lang.String modifyVerb

modifyOrder

int modifyOrder

destroyScript

java.lang.String destroyScript

destroyVerb

java.lang.String destroyVerb

destroyOrder

int destroyOrder

Class com.xebialabs.deployit.plugin.wls.deployed.Resource extends com.xebialabs.deployit.plugin.python.PythonManagedDeployed<D extends com.xebialabs.deployit.plugin.api.udm.Deployable,WlsContainer> implements Serializable

Serialized Fields

standardPropertiesNotToExpose

java.lang.String standardPropertiesNotToExpose

createScript

java.lang.String createScript

createVerb

java.lang.String createVerb

createOrder

int createOrder

modifyScript

java.lang.String modifyScript

modifyVerb

java.lang.String modifyVerb

modifyOrder

int modifyOrder

destroyScript

java.lang.String destroyScript

destroyVerb

java.lang.String destroyVerb

destroyOrder

int destroyOrder

Package com.xebialabs.deployit.plugin.wls.resource

Class com.xebialabs.deployit.plugin.wls.resource.JmsResourceSpec extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable

Class com.xebialabs.deployit.plugin.wls.resource.ResourceSpec extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable


Package com.xebialabs.deployit.plugin.wls.step

Class com.xebialabs.deployit.plugin.wls.step.DeleteArtifactStep extends java.lang.Object implements Serializable

Serialized Fields

order

int order

host

com.xebialabs.deployit.plugin.overthere.Host host

artifactPath

java.lang.String artifactPath

Class com.xebialabs.deployit.plugin.wls.step.StartWlsServerWithScriptStep extends java.lang.Object implements Serializable

Serialized Fields

order

int order

server

Server server

Class com.xebialabs.deployit.plugin.wls.step.StartWlsTargetStep extends com.xebialabs.deployit.plugin.python.PythonDeploymentStep implements Serializable

Class com.xebialabs.deployit.plugin.wls.step.StopWlsTargetStep extends com.xebialabs.deployit.plugin.python.PythonDeploymentStep implements Serializable

Class com.xebialabs.deployit.plugin.wls.step.UploadArtifactStep extends java.lang.Object implements Serializable

Serialized Fields

order

int order

artifact

com.xebialabs.deployit.plugin.api.udm.artifact.Artifact artifact

uploadLocation

java.lang.String uploadLocation

host

com.xebialabs.deployit.plugin.overthere.Host host

Class com.xebialabs.deployit.plugin.wls.step.WaitingStep extends java.lang.Object implements Serializable

Serialized Fields

waitTime

long waitTime

order

int order