Uses of Interface
com.deiser.jira.profields.api.field.group.GroupField
Package
Description
-
Uses of GroupField in com.deiser.jira.profields.api.event.listener
Modifier and TypeMethodDescriptionprotected void
ProfieldsListener.onGroupValueUpdated
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project, GroupField field, com.atlassian.crowd.embedded.api.Group oldValue, com.atlassian.crowd.embedded.api.Group newValue) -
Uses of GroupField in com.deiser.jira.profields.api.field
Modifier and TypeMethodDescriptionFieldService.create
(GroupFieldBuilder builder) Create a group field. -
Uses of GroupField in com.deiser.jira.profields.api.value
Modifier and TypeMethodDescriptioncom.atlassian.crowd.embedded.api.Group
ValueService.getValue
(com.atlassian.jira.project.Project project, GroupField field) Get the value for a group field in a projectvoid
ValueService.setValue
(com.atlassian.jira.project.Project project, GroupField field, com.atlassian.crowd.embedded.api.Group value) Set the value for a group field in a projectvoid
ValueService.setValue
(com.atlassian.jira.project.Project project, GroupField field, com.atlassian.crowd.embedded.api.Group value, boolean saveHistory) Set the value for a group field in a project