Uses of Interface
com.deiser.jira.profields.api.field.groupmultiple.GroupMultipleField
Package
Description
-
Uses of GroupMultipleField in com.deiser.jira.profields.api.event.listener
Modifier and TypeMethodDescriptionprotected void
ProfieldsListener.onGroupMultiValueUpdated
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project, GroupMultipleField field, List<com.atlassian.crowd.embedded.api.Group> oldValue, List<com.atlassian.crowd.embedded.api.Group> newValue) -
Uses of GroupMultipleField in com.deiser.jira.profields.api.field
Modifier and TypeMethodDescriptionFieldService.create
(GroupMultipleFieldBuilder builder) Create a group multiple field. -
Uses of GroupMultipleField in com.deiser.jira.profields.api.value
Modifier and TypeMethodDescriptionList<com.atlassian.crowd.embedded.api.Group>
ValueService.getValue
(com.atlassian.jira.project.Project project, GroupMultipleField field) Get the value for a group multiple field in a projectvoid
ValueService.setValue
(com.atlassian.jira.project.Project project, GroupMultipleField field, List<com.atlassian.crowd.embedded.api.Group> value) Set the value for a group multiple field in a projectvoid
ValueService.setValue
(com.atlassian.jira.project.Project project, GroupMultipleField field, List<com.atlassian.crowd.embedded.api.Group> value, boolean saveHistory) Set the value for a group multiple field in a project