| java.lang.Object | |
| ↳ | org.mule.module.jira.connectivity.JiraConnectorConnectionManager |
A JiraConnectorConnectionManager is a wrapper around JiraConnector that adds connection management capabilities to the pojo.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEVKIT_BUILD | ||||||||||
| String | DEVKIT_VERSION | ||||||||||
| String | MODULE_NAME | ||||||||||
| String | MODULE_VERSION | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| connectionAddress | |||||||||||
| connectionPassword | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| connectionUser | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| muleContext | Mule Context | ||||||||||
| restJiraUrl | |||||||||||
| retryPolicyTemplate | |||||||||||
| useCustomFieldsExternalName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves connectionAddress
| |||||||||||
Retrieves connectionPassword
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves connectionUser
| |||||||||||
Retrieve the default connection key
| |||||||||||
Returns the build of the DevKit used to create this module
| |||||||||||
Returns the version of the DevKit used to create this module
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Returns the user-friendly name of this module
| |||||||||||
Returns the version of this module
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves restJiraUrl
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves useCustomFieldsExternalName
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets connectionAddress
| |||||||||||
Sets connectionPassword
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets connectionUser
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets muleContext
| |||||||||||
Sets restJiraUrl
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets useCustomFieldsExternalName
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.module.jira.basic.Capabilities
| |||||||||||
From interface
org.mule.module.jira.basic.MetadataAware
| |||||||||||
From interface
org.mule.module.jira.connection.ConnectionManager
| |||||||||||
From interface
org.mule.module.jira.process.ProcessAdapter
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves connectionAddress
Retrieves connectionPassword
Retrieves connectionPoolingProfile
Retrieves connectionUser
Retrieve the default connection key
Returns the build of the DevKit used to create this module
Returns the version of the DevKit used to create this module
Retrieves flowConstruct
Returns the user-friendly name of this module
Returns the version of this module
Retrieves muleContext
Retrieves restJiraUrl
Retrieves retryPolicyTemplate
Retrieves useCustomFieldsExternalName
Returns true if this module implements such capability
| capability | The capability to test for |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets connectionAddress
| value | Value to set |
|---|
Sets connectionPassword
| value | Value to set |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets connectionUser
| value | Value to set |
|---|
Sets flowConstruct
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets restJiraUrl
| value | Value to set |
|---|
Sets retryPolicyTemplate
| value | Value to set |
|---|
Sets useCustomFieldsExternalName
| value | Value to set |
|---|