Serialized Form


Package com.xebialabs.deployit.plugin.test.it

Class com.xebialabs.deployit.plugin.test.it.Abacus extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable

Class com.xebialabs.deployit.plugin.test.it.Cloud extends Computer implements Serializable

Class com.xebialabs.deployit.plugin.test.it.CloudDeveloper extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<CoolDude,Cloud> implements Serializable

Class com.xebialabs.deployit.plugin.test.it.CobolApplication extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<CobolSource,Mainframe> implements Serializable

Class com.xebialabs.deployit.plugin.test.it.CobolGuru extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<OldDude,Computer> implements Serializable

Class com.xebialabs.deployit.plugin.test.it.CobolSource extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFileArtifact implements Serializable

Class com.xebialabs.deployit.plugin.test.it.Computer extends Abacus implements Serializable

Class com.xebialabs.deployit.plugin.test.it.CoolDude extends Dude implements Serializable

Class com.xebialabs.deployit.plugin.test.it.Developer extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<Dude,Computer> implements Serializable

Class com.xebialabs.deployit.plugin.test.it.Dude extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable

Class com.xebialabs.deployit.plugin.test.it.Hacker extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<Dude,Computer> implements Serializable

Class com.xebialabs.deployit.plugin.test.it.JavaDeveloper extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<CoolDude,Computer> implements Serializable

Class com.xebialabs.deployit.plugin.test.it.Mainframe extends Computer implements Serializable

Class com.xebialabs.deployit.plugin.test.it.OldDude extends Dude implements Serializable

Class com.xebialabs.deployit.plugin.test.it.ScalaDeveloper extends JavaDeveloper implements Serializable

Class com.xebialabs.deployit.plugin.test.it.SysAdmin extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<Dude,Mainframe> implements Serializable


Package com.xebialabs.deployit.plugin.test.school

Class com.xebialabs.deployit.plugin.test.school.Adolescent extends Child implements Serializable

Class com.xebialabs.deployit.plugin.test.school.Child extends Person implements Serializable

Serialized Fields

iq

java.lang.String iq

course

java.lang.String course

teacher

java.lang.String teacher

Class com.xebialabs.deployit.plugin.test.school.ClassRoom extends Room implements Serializable

Class com.xebialabs.deployit.plugin.test.school.Gym extends ClassRoom implements Serializable

Class com.xebialabs.deployit.plugin.test.school.Pensioner extends Person implements Serializable

Class com.xebialabs.deployit.plugin.test.school.Person extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable

Serialized Fields

age

int age

address

java.lang.String address

Class com.xebialabs.deployit.plugin.test.school.Room extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable

Class com.xebialabs.deployit.plugin.test.school.Student extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<Child,ClassRoom> implements Serializable

Serialized Fields

address

java.lang.String address

iq

int iq

studentNumber

java.lang.String studentNumber

course

java.lang.String course

teacher

Person teacher

Class com.xebialabs.deployit.plugin.test.school.VirtualStudent extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<Pensioner,ClassRoom> implements Serializable


Package com.xebialabs.deployit.plugin.test.v3

Class com.xebialabs.deployit.plugin.test.v3.ConfigurationFiles extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFolderArtifact implements Serializable

Serialized Fields

targetDirectory

java.lang.String targetDirectory

Class com.xebialabs.deployit.plugin.test.v3.DeployableWithInternalReference extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable

Serialized Fields

file

FileWithProperties file

Class com.xebialabs.deployit.plugin.test.v3.DeployDummyStep extends java.lang.Object implements Serializable

Serialized Fields

deployed

DummyDeployed deployed

order

int order

Class com.xebialabs.deployit.plugin.test.v3.DeployedDummyEarWithAllProperties extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<DummyEarWithAllProperties,DummyJeeServer> implements Serializable

Serialized Fields

integerProp

int integerProp

stringProp

java.lang.String stringProp

booleanProp

boolean booleanProp

setOfStringsProp

java.util.Set<E> setOfStringsProp

enumProp

DummyEnum enumProp

Class com.xebialabs.deployit.plugin.test.v3.DeployedEarModule extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<MyDummyEar,DummyJeeServer> implements Serializable

Class com.xebialabs.deployit.plugin.test.v3.DeployedEarModuleWrong extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<MyDummyEar,DummyJeeServer> implements Serializable

Class com.xebialabs.deployit.plugin.test.v3.DummyArchiveArtifact extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableArchiveArtifact implements Serializable

Class com.xebialabs.deployit.plugin.test.v3.DummyArtifact extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFileArtifact implements Serializable

Serialized Fields

foo

java.lang.String foo

Class com.xebialabs.deployit.plugin.test.v3.DummyCiWithAllProperties extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem implements Serializable

Serialized Fields

integerProp

int integerProp

stringProp

java.lang.String stringProp

booleanProp

boolean booleanProp

ciProp

DummyJeeServer ciProp

ciSetProp

java.util.Set<E> ciSetProp

setOfStringsProp

java.util.Set<E> setOfStringsProp

Class com.xebialabs.deployit.plugin.test.v3.DummyContainer extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable

Serialized Fields

anIntProperty

int anIntProperty

numberOfSteps

int numberOfSteps

amountOfKBLogFiles

int amountOfKBLogFiles

stepDelayTimeInMilliSeconds

int stepDelayTimeInMilliSeconds

Class com.xebialabs.deployit.plugin.test.v3.DummyDatasource extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable

Serialized Fields

driver

java.lang.String driver

username

java.lang.String username

password

java.lang.String password

url

java.lang.String url

Class com.xebialabs.deployit.plugin.test.v3.DummyDeployable extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable

Serialized Fields

aStringProperty

java.lang.String aStringProperty

Class com.xebialabs.deployit.plugin.test.v3.DummyDeployableChild extends DummyDeployable implements Serializable

Class com.xebialabs.deployit.plugin.test.v3.DummyDeployed extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<DummyDeployable,DummyJeeServer> implements Serializable

Serialized Fields

aStringProperty

java.lang.String aStringProperty

Class com.xebialabs.deployit.plugin.test.v3.DummyDeployedChild extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<DummyDeployableChild,MyDummyJeeServer> implements Serializable

Class com.xebialabs.deployit.plugin.test.v3.DummyEar extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFileArtifact implements Serializable

Class com.xebialabs.deployit.plugin.test.v3.DummyEarWithAllProperties extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFileArtifact implements Serializable

Serialized Fields

integerProp

java.lang.String integerProp

stringProp

java.lang.String stringProp

booleanProp

java.lang.String booleanProp

setOfStringsProp

java.util.Set<E> setOfStringsProp

enumProp

java.lang.String enumProp

Class com.xebialabs.deployit.plugin.test.v3.DummyFileArtifact extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFileArtifact implements Serializable

Class com.xebialabs.deployit.plugin.test.v3.DummyFolderArtifact extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFolderArtifact implements Serializable

Class com.xebialabs.deployit.plugin.test.v3.DummyHost extends DummyContainer implements Serializable

Serialized Fields

address

java.lang.String address

os

java.lang.String os

accessMethod

java.lang.String accessMethod

username

java.lang.String username

password

java.lang.String password

Class com.xebialabs.deployit.plugin.test.v3.DummyJeeServer extends DummyContainer implements Serializable

Serialized Fields

hostName

java.lang.String hostName

password

java.lang.String password

Class com.xebialabs.deployit.plugin.test.v3.DummyJeeServerDeployedEar extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<DummyEar,DummyJeeServer> implements Serializable

Serialized Fields

dummySetOfStrings

java.util.Set<E> dummySetOfStrings

property0

java.lang.String property0

property1

java.lang.String property1

property2

java.lang.String property2

property3

java.lang.String property3

property4

java.lang.String property4

property5

java.lang.String property5

property6

java.lang.String property6

hostDeployedConfigurationFiles

HostDeployedConfigurationFiles hostDeployedConfigurationFiles

Class com.xebialabs.deployit.plugin.test.v3.DummyWar extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFileArtifact implements Serializable

Class com.xebialabs.deployit.plugin.test.v3.FileWithProperties extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFileArtifact implements Serializable

Serialized Fields

stringProp

java.lang.String stringProp

Class com.xebialabs.deployit.plugin.test.v3.HistoryHost extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem implements Serializable

Serialized Fields

address

java.lang.String address

Class com.xebialabs.deployit.plugin.test.v3.HostDeployedConfigurationFiles extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<ConfigurationFiles,DummyHost> implements Serializable

Serialized Fields

dummySetOfStrings

java.util.Set<E> dummySetOfStrings

Class com.xebialabs.deployit.plugin.test.v3.MyDummyEar extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFileArtifact implements Serializable

Class com.xebialabs.deployit.plugin.test.v3.MyDummyJeeServer extends DummyJeeServer implements Serializable


Package com.xebialabs.deployit.plugin.test.v3.step

Class com.xebialabs.deployit.plugin.test.v3.step.TestCreateStep extends TestStep implements Serializable

Serialized Fields

stepNr

int stepNr

Class com.xebialabs.deployit.plugin.test.v3.step.TestDestroyStep extends TestStep implements Serializable

Serialized Fields

stepNr

int stepNr

Class com.xebialabs.deployit.plugin.test.v3.step.TestStep extends java.lang.Object implements Serializable

Serialized Fields

testCi

DummyContainer testCi

Package com.xebialabs.deployit.plugin.test.yak.ci

Class com.xebialabs.deployit.plugin.test.yak.ci.DeployedYakBlocker extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<YakBlocker,YakServer> implements Serializable

Serialized Fields

deployedYakFile

DeployedYakFile deployedYakFile

Class com.xebialabs.deployit.plugin.test.yak.ci.DeployedYakFile extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<YakFile,YakServer> implements Serializable

serialVersionUID: 1L

Class com.xebialabs.deployit.plugin.test.yak.ci.DeployedYakFolder extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<YakFolder,YakServer> implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.ci.DeployedYakPlaceholders extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<PlaceholdersYakFile,YakServer> implements Serializable

Serialized Fields

tempFile

java.lang.String tempFile

Class com.xebialabs.deployit.plugin.test.yak.ci.PlaceholdersYakFile extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFileArtifact implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.ci.RestartRequiringDeployedYakFile extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<RestartRequiringYakFile,YakServer> implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.ci.RestartRequiringYakFile extends YakFile implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.ci.StartableContainer extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable

Serialized Fields

tempDir

java.lang.String tempDir

startFileName

java.lang.String startFileName

stepDelayTimeInMilliSeconds

int stepDelayTimeInMilliSeconds

Class com.xebialabs.deployit.plugin.test.yak.ci.UndeployableYakThing extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.ci.YakBlocker extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.ci.YakFile extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFileArtifact implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.ci.YakFolder extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableFolderArtifact implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.ci.YakServer extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Serializable


Package com.xebialabs.deployit.plugin.test.yak.step

Class com.xebialabs.deployit.plugin.test.yak.step.DeleteYakFileFromServerStep extends java.lang.Object implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.step.DeployYakFileToServerStep extends java.lang.Object implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.step.FirstStep extends java.lang.Object implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.step.LatchStep extends java.lang.Object implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.step.PostNotifyStep extends java.lang.Object implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.step.PreNotifyStep extends java.lang.Object implements Serializable

Class com.xebialabs.deployit.plugin.test.yak.step.StartDeployedYakFileStep extends java.lang.Object implements Serializable

Serialized Fields

deployedYakFile

DeployedYakFile deployedYakFile

Class com.xebialabs.deployit.plugin.test.yak.step.StartYakServerStep extends java.lang.Object implements Serializable

Serialized Fields

server

YakServer server

Class com.xebialabs.deployit.plugin.test.yak.step.StopDeployedYakFileStep extends java.lang.Object implements Serializable

Serialized Fields

deployedYakFile

DeployedYakFile deployedYakFile

Class com.xebialabs.deployit.plugin.test.yak.step.StopYakServerStep extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

server

YakServer server

Class com.xebialabs.deployit.plugin.test.yak.step.UpgradeYakFileOnServerStep extends java.lang.Object implements Serializable