Serialized Form
-
Package com.xebialabs.deployit.booter.remote
-
Class com.xebialabs.deployit.booter.remote.BooterConfig
class BooterConfig extends Object implements Serializable-
Serialized Fields
-
connectionPoolSize
int connectionPoolSize
-
context
String context
-
contextRoot
String contextRoot
-
host
String host
-
httpRequestInterceptors
List<org.apache.http.HttpRequestInterceptor> httpRequestInterceptors
-
password
String password
-
port
int port
-
protocol
BooterConfig.Protocol protocol
-
proxyHost
String proxyHost
-
proxyPort
int proxyPort
-
socketTimeout
int socketTimeout
-
username
String username
-
withoutCredentials
boolean withoutCredentials
-
xStreamReaderWriter
com.xebialabs.xltype.serialization.xstream.XStreamReaderWriter xStreamReaderWriter
-
-
-
Class com.xebialabs.deployit.booter.remote.RemoteDescriptor
class RemoteDescriptor extends Object implements Serializable-
Serialized Fields
-
containerType
com.xebialabs.deployit.plugin.api.reflect.Type containerType
-
controlTasks
Map<String,
com.xebialabs.deployit.plugin.api.reflect.MethodDescriptor> controlTasks -
creator
com.xebialabs.deployit.plugin.api.reflect.CreatorDescriptor creator
-
deployableType
com.xebialabs.deployit.plugin.api.reflect.Type deployableType
-
description
String description
-
icon
String icon
-
inspectable
boolean inspectable
-
interfaces
Set<com.xebialabs.deployit.plugin.api.reflect.Type> interfaces
-
label
String label
-
propertyDescriptors
Map<String,
com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor> propertyDescriptors -
rootName
String rootName
-
superTypes
List<com.xebialabs.deployit.plugin.api.reflect.Type> superTypes
-
type
com.xebialabs.deployit.plugin.api.reflect.Type type
-
versioned
boolean versioned
-
virtual
boolean virtual
-
-
-
Class com.xebialabs.deployit.booter.remote.RemoteMethodDescriptor
class RemoteMethodDescriptor extends Object implements Serializable -
Class com.xebialabs.deployit.booter.remote.RemotePropertyDescriptor
class RemotePropertyDescriptor extends Object implements Serializable-
Serialized Fields
-
candidateValuesFilter
String candidateValuesFilter
-
category
String category
-
containment
boolean containment
-
defaultValue
String defaultValue
-
description
String description
-
enumValues
List<String> enumValues
-
fqn
String fqn
-
hidden
boolean hidden
-
inspectionProperty
boolean inspectionProperty
-
isTransient
boolean isTransient
-
kind
com.xebialabs.deployit.plugin.api.reflect.PropertyKind kind
-
label
String label
-
name
String name
-
nested
boolean nested
-
order
int order
-
password
boolean password
-
readonly
boolean readonly
-
referencedType
com.xebialabs.deployit.plugin.api.reflect.Type referencedType
-
required
boolean required
-
requiredInspection
boolean requiredInspection
-
size
com.xebialabs.deployit.plugin.api.udm.Property.Size size
-
typeSource
com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId typeSource
-
-
-
-
Package com.xebialabs.deployit.booter.remote.resteasy
-
Exception com.xebialabs.deployit.booter.remote.resteasy.DeployitClientException
class DeployitClientException extends RuntimeException implements Serializable-
Serialized Fields
-
entity
Object entity
-
status
int status
-
-
-
-
Package com.xebialabs.deployit.booter.remote.service
-
Exception com.xebialabs.deployit.booter.remote.service.StreamingImportingService.ImportException
class ImportException extends RuntimeException implements Serializable
-