Serialized Form
-
Package com.xebialabs.deployit.booter.remote
-
Class com.xebialabs.deployit.booter.remote.BooterConfig extends java.lang.Object implements Serializable
-
Serialized Fields
-
connectionPoolSize
int connectionPoolSize
-
context
java.lang.String context
-
contextRoot
java.lang.String contextRoot
-
host
java.lang.String host
-
httpRequestInterceptors
java.util.List<org.apache.http.HttpRequestInterceptor> httpRequestInterceptors
-
password
java.lang.String password
-
port
int port
-
protocol
BooterConfig.Protocol protocol
-
proxyHost
java.lang.String proxyHost
-
proxyPort
int proxyPort
-
socketTimeout
int socketTimeout
-
username
java.lang.String username
-
withoutCredentials
boolean withoutCredentials
-
xStreamReaderWriter
com.xebialabs.xltype.serialization.xstream.XStreamReaderWriter xStreamReaderWriter
-
-
-
Class com.xebialabs.deployit.booter.remote.RemoteDescriptor extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerType
com.xebialabs.deployit.plugin.api.reflect.Type containerType
-
controlTasks
java.util.Map<java.lang.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
java.lang.String description
-
icon
java.lang.String icon
-
inspectable
boolean inspectable
-
interfaces
java.util.Set<com.xebialabs.deployit.plugin.api.reflect.Type> interfaces
-
label
java.lang.String label
-
propertyDescriptors
java.util.Map<java.lang.String,com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor> propertyDescriptors
-
rootName
java.lang.String rootName
-
superTypes
java.util.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.Map<java.lang.String,java.lang.String> attributes
-
description
java.lang.String description
-
fqn
java.lang.String fqn
-
label
java.lang.String label
-
name
java.lang.String name
-
parameterType
com.xebialabs.deployit.plugin.api.reflect.Type parameterType
-
-
-
Class com.xebialabs.deployit.booter.remote.RemotePropertyDescriptor extends java.lang.Object implements Serializable
-
Serialized Fields
-
candidateValuesFilter
java.lang.String candidateValuesFilter
-
category
java.lang.String category
-
containment
boolean containment
-
defaultValue
java.lang.String defaultValue
-
description
java.lang.String description
-
enumValues
java.util.List<java.lang.String> enumValues
-
fqn
java.lang.String fqn
-
hidden
boolean hidden
-
inspectionProperty
boolean inspectionProperty
-
isTransient
boolean isTransient
-
kind
com.xebialabs.deployit.plugin.api.reflect.PropertyKind kind
-
label
java.lang.String label
-
name
java.lang.String name
-
nested
boolean nested
-
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
-
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
-