JiraLinkedService |
JiraLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
JiraLinkedService |
JiraLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
JiraLinkedService |
JiraLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
JiraLinkedService |
JiraLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
JiraLinkedService |
JiraLinkedService.withHost(Object host) |
Set the host property: The IP address or host name of the Jira service.
|
JiraLinkedService |
JiraLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
JiraLinkedService |
JiraLinkedService.withPassword(SecretBase password) |
Set the password property: The password corresponding to the user name that you provided in the username field.
|
JiraLinkedService |
JiraLinkedService.withPort(Object port) |
Set the port property: The TCP port that the Jira server uses to listen for client connections.
|
JiraLinkedService |
JiraLinkedService.withUseEncryptedEndpoints(Object useEncryptedEndpoints) |
Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.
|
JiraLinkedService |
JiraLinkedService.withUseHostVerification(Object useHostVerification) |
Set the useHostVerification property: Specifies whether to require the host name in the server's certificate to
match the host name of the server when connecting over SSL.
|
JiraLinkedService |
JiraLinkedService.withUsePeerVerification(Object usePeerVerification) |
Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over
SSL.
|
JiraLinkedService |
JiraLinkedService.withUsername(Object username) |
Set the username property: The user name that you use to access Jira Service.
|