Uses of Interface
com.deiser.jira.profields.api.field.duration.DurationField
Package
Description
-
Uses of DurationField in com.deiser.jira.profields.api.event.listener
Modifier and TypeMethodDescriptionprotected void
ProfieldsListener.onDurationValueUpdated
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project, DurationField field, Long oldValue, Long newValue) -
Uses of DurationField in com.deiser.jira.profields.api.field
Modifier and TypeMethodDescriptionFieldService.create
(DurationFieldBuilder builder) Create a duration field. -
Uses of DurationField in com.deiser.jira.profields.api.value
Modifier and TypeMethodDescriptionValueService.getValue
(com.atlassian.jira.project.Project project, DurationField field) Get the value for a duration field in a projectvoid
ValueService.setValue
(com.atlassian.jira.project.Project project, DurationField field, Long value) Set the value for a duration field in a projectvoid
ValueService.setValue
(com.atlassian.jira.project.Project project, DurationField field, Long value, boolean saveHistory) Set the value for a duration field in a project