Uses of Interface
com.deiser.jira.profields.api.connection.Connection
Package
Description
-
Uses of Connection in com.deiser.jira.profields.api.connection
Modifier and TypeMethodDescriptionGet the connection from ID in ProjectrakModifier and TypeMethodDescriptionConnectionService.get()
Get the list of connections in ProjectrakModifier and TypeMethodDescriptionvoid
ConnectionService.delete
(Connection connection) Delete the connectionvoid
ConnectionService.update
(Connection connection) Update the connection in Projectrak -
Uses of Connection in com.deiser.jira.profields.api.connection.database
-
Uses of Connection in com.deiser.jira.profields.api.field.list.external
Modifier and TypeInterfaceDescriptioninterface
ListExtFieldBuilder<T extends Connection>
List external field builderModifier and TypeMethodDescriptionListExtField.getConnection()
Get the connection.ListExtFieldBuilder.getConnection()
Get the connection.Modifier and TypeMethodDescriptionvoid
ListExtField.setConnection
(Connection connection) Set the connection. -
Uses of Connection in com.deiser.jira.profields.api.field.list.external.multiple
Modifier and TypeInterfaceDescriptioninterface
ListExtMultipleFieldBuilder<T extends Connection>
List external multiple field builder.Modifier and TypeMethodDescriptionListExtMultipleFieldBuilder.getConnection()
Get the connection. -
Uses of Connection in com.deiser.jira.profields.impl.connection.wrapper
Modifier and TypeInterfaceDescriptioninterface
com.deiser.jira.profields.impl.connection.wrapper.Connection
The interface Connection.