Package com.xebialabs.xlrelease.domain
Class JdbcExportHook
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.xlrelease.domain.BaseConfiguration
com.xebialabs.xlrelease.domain.Configuration
com.xebialabs.xlrelease.domain.ExportHook
com.xebialabs.xlrelease.domain.JdbcExportHook
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,Serializable,Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
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()voidpassword_$eq(String x$1) url()voidusername()voidusername_$eq(String x$1) Methods inherited from class com.xebialabs.xlrelease.domain.ExportHook
isEnabled, setEnabledMethods inherited from class com.xebialabs.xlrelease.domain.Configuration
getTitle, getVariableMapping, hasVariableMapping, setTitle, setVariableMappingMethods inherited from class com.xebialabs.xlrelease.domain.BaseConfiguration
getCiUid, getFolderId, hasId, isSupportedOn, setCiUid, setFolderIdMethods 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, 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)
-