Uses of Interface
com.deiser.jira.profields.api.field.group.GroupField
Packages that use GroupField
Package
Description
-
Uses of GroupField in com.deiser.jira.profields.api.event.listener
Methods in com.deiser.jira.profields.api.event.listener with parameters of type GroupFieldModifier and TypeMethodDescriptionprotected voidProfieldsListener.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
Methods in com.deiser.jira.profields.api.field that return GroupFieldModifier and TypeMethodDescriptionFieldService.create(GroupFieldBuilder builder) Create a group field. -
Uses of GroupField in com.deiser.jira.profields.api.value
Methods in com.deiser.jira.profields.api.value with parameters of type GroupFieldModifier and TypeMethodDescriptioncom.atlassian.crowd.embedded.api.GroupValueService.getValue(com.atlassian.jira.project.Project project, GroupField field) Get the value for a group field in a projectvoidValueService.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 projectvoidValueService.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