Package com.xebialabs.xlrelease.domain
Class JdbcExportHook
- All Implemented Interfaces:
ConfigurationItem
,Serializable
,Comparable<BaseConfigurationItem>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
id, syntheticProperties, type
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstructs and returns a connection object which can be used for accessing the database defined within current JDBC export hook.password()
void
password_$eq
(String x$1) url()
void
username()
void
username_$eq
(String x$1) Methods inherited from class com.xebialabs.xlrelease.domain.ExportHook
isEnabled, setEnabled
Methods inherited from class com.xebialabs.xlrelease.domain.Configuration
getTitle, getVariableMapping, hasVariableMapping, setTitle, setVariableMapping
Methods inherited from class com.xebialabs.xlrelease.domain.BaseConfiguration
getFolderId, hasId, setFolderId
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
-
Constructor Details
-
JdbcExportHook
public JdbcExportHook()
-
-
Method Details
-
url
-
url_$eq
-
username
-
username_$eq
-
password
-
password_$eq
-
getJdbcConnection
Constructs and returns a connection object which can be used for accessing the database defined within current JDBC export hook. This method neither opens nor closes the connection.- Returns:
- (undocumented)
-