Uses of Interface
com.deiser.jira.profields.api.field.number.NumberField
Package
Description
-
Uses of NumberField in com.deiser.jira.profields.api.event.listener
Modifier 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
Modifier and TypeMethodDescriptionFieldService.create
(NumberFieldBuilder builder) Create a number field. -
Uses of NumberField in com.deiser.jira.profields.api.value
Modifier 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