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 TypeMethodDescriptionvoidConnectionService.delete(Connection connection) Delete the connectionvoidConnectionService.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 TypeInterfaceDescriptioninterfaceListExtFieldBuilder<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 TypeMethodDescriptionvoidListExtField.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 TypeInterfaceDescriptioninterfaceListExtMultipleFieldBuilder<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 TypeInterfaceDescriptioninterfacecom.deiser.jira.profields.impl.connection.wrapper.ConnectionThe interface Connection.