Serialized Form


Package com.xebialabs.deployit.booter.remote

Class com.xebialabs.deployit.booter.remote.BooterConfig extends java.lang.Object implements Serializable

Serialized Fields

protocol

BooterConfig.Protocol protocol

host

java.lang.String host

port

int port

proxyHost

java.lang.String proxyHost

proxyPort

int proxyPort

context

java.lang.String context

username

java.lang.String username

password

java.lang.String password

Class com.xebialabs.deployit.booter.remote.RemoteDescriptor extends java.lang.Object implements Serializable

Serialized Fields

type

com.xebialabs.deployit.plugin.api.reflect.Type type

description

java.lang.String description

virtual

boolean virtual

root

com.xebialabs.deployit.plugin.api.udm.Metadata.ConfigurationItemRoot root

propertyDescriptors

java.util.Map<K,V> propertyDescriptors

controlTasks

java.util.Map<K,V> controlTasks

superTypes

java.util.List<E> superTypes

interfaces

java.util.Set<E> interfaces

deployableType

com.xebialabs.deployit.plugin.api.reflect.Type deployableType

containerType

com.xebialabs.deployit.plugin.api.reflect.Type containerType

inspectable

boolean inspectable

Class com.xebialabs.deployit.booter.remote.RemoteMethodDescriptor extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

fqn

java.lang.String fqn

label

java.lang.String label

attributes

java.util.Map<K,V> attributes

parameterType

com.xebialabs.deployit.plugin.api.reflect.Type parameterType

Class com.xebialabs.deployit.booter.remote.RemotePropertyDescriptor extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

label

java.lang.String label

kind

com.xebialabs.deployit.plugin.api.reflect.PropertyKind kind

enumValues

java.util.List<E> enumValues

referencedType

com.xebialabs.deployit.plugin.api.reflect.Type referencedType

description

java.lang.String description

category

java.lang.String category

defaultValue

java.lang.String defaultValue

password

boolean password

required

boolean required

containment

boolean containment

isTransient

boolean isTransient

size

com.xebialabs.deployit.plugin.api.udm.Property.Size size

inspectionProperty

boolean inspectionProperty

requiredInspection

boolean requiredInspection

fqn

java.lang.String fqn

Package com.xebialabs.deployit.booter.remote.resteasy

Class com.xebialabs.deployit.booter.remote.resteasy.DeployitClientException extends java.lang.RuntimeException implements Serializable

Serialized Fields

entity

java.lang.Object entity

status

int status

Package com.xebialabs.deployit.booter.remote.service

Class com.xebialabs.deployit.booter.remote.service.StreamingImportingService.ImportException extends java.lang.RuntimeException implements Serializable