Uses of Interface
com.deiser.jira.profields.api.field.number.NumberField
Packages that use NumberField
Package
Description
-
Uses of NumberField in com.deiser.jira.profields.api.event.listener
Methods in com.deiser.jira.profields.api.event.listener with parameters of type NumberFieldModifier and TypeMethodDescriptionprotected void
ProfieldsListener.onNumberValueUpdated
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project, NumberField field, BigDecimal oldValue, BigDecimal newValue) -
Uses of NumberField in com.deiser.jira.profields.api.field
Methods in com.deiser.jira.profields.api.field that return NumberFieldModifier and TypeMethodDescriptionFieldService.create
(NumberFieldBuilder builder) Create a number field. -
Uses of NumberField in com.deiser.jira.profields.api.value
Methods in com.deiser.jira.profields.api.value with parameters of type NumberFieldModifier and TypeMethodDescriptionValueService.getValue
(com.atlassian.jira.project.Project project, NumberField field) Get the value for a numeric field in a projectvoid
ValueService.setValue
(com.atlassian.jira.project.Project project, NumberField field, BigDecimal value) Set the value for a numeric field in a projectvoid
ValueService.setValue
(com.atlassian.jira.project.Project project, NumberField field, BigDecimal value, boolean saveHistory) Set the value for a numeric field in a project