Uses of Interface
com.deiser.jira.profields.api.connection.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in com.deiser.jira.profields.api.connection
Methods in com.deiser.jira.profields.api.connection that return ConnectionModifier and TypeMethodDescriptionGet the connection from ID in ProjectrakMethods in com.deiser.jira.profields.api.connection that return types with arguments of type ConnectionModifier and TypeMethodDescriptionConnectionService.get()
Get the list of connections in ProjectrakMethods in com.deiser.jira.profields.api.connection with parameters of type ConnectionModifier 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
Subinterfaces of Connection in com.deiser.jira.profields.api.connection.database -
Uses of Connection in com.deiser.jira.profields.api.field.list.external
Classes in com.deiser.jira.profields.api.field.list.external with type parameters of type ConnectionModifier and TypeInterfaceDescriptioninterface
ListExtFieldBuilder<T extends Connection>
List external field builderMethods in com.deiser.jira.profields.api.field.list.external that return ConnectionModifier and TypeMethodDescriptionListExtField.getConnection()
Get the connection.ListExtFieldBuilder.getConnection()
Get the connection.Methods in com.deiser.jira.profields.api.field.list.external with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
ListExtField.setConnection
(Connection connection) Set the connection. -
Uses of Connection in com.deiser.jira.profields.api.field.list.external.multiple
Classes in com.deiser.jira.profields.api.field.list.external.multiple with type parameters of type ConnectionModifier and TypeInterfaceDescriptioninterface
ListExtMultipleFieldBuilder<T extends Connection>
List external multiple field builder.Methods in com.deiser.jira.profields.api.field.list.external.multiple that return ConnectionModifier and TypeMethodDescriptionListExtMultipleFieldBuilder.getConnection()
Get the connection. -
Uses of Connection in com.deiser.jira.profields.impl.connection.wrapper
Subinterfaces of Connection in com.deiser.jira.profields.impl.connection.wrapperModifier and TypeInterfaceDescriptioninterface
com.deiser.jira.profields.impl.connection.wrapper.Connection
The interface Connection.