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.listenerMethods in com.deiser.jira.profields.api.event.listener with parameters of type NumberFieldModifier and TypeMethodDescriptionprotected voidProfieldsListener.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.fieldMethods 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.valueMethods 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 projectvoidValueService.setValue(com.atlassian.jira.project.Project project, NumberField field, BigDecimal value) Set the value for a numeric field in a projectvoidValueService.setValue(com.atlassian.jira.project.Project project, NumberField field, BigDecimal value, boolean saveHistory) Set the value for a numeric field in a project