Package | Description |
---|---|
com.deiser.jira.profields.api.event.listener | |
com.deiser.jira.profields.api.field | |
com.deiser.jira.profields.api.value |
Modifier and Type | Method and Description |
---|---|
protected void |
ProfieldsListener.onDurationValueUpdated(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.project.Project project,
DurationField field,
Long oldValue,
Long newValue) |
Modifier and Type | Method and Description |
---|---|
DurationField |
FieldService.create(DurationFieldBuilder builder)
Create a duration field.
|
Modifier and Type | Method and Description |
---|---|
Long |
ValueService.getValue(com.atlassian.jira.project.Project project,
DurationField field)
Get the value for a duration field in a project
|
void |
ValueService.setValue(com.atlassian.jira.project.Project project,
DurationField field,
Long value)
Set the value for a duration field in a project
|
Copyright © 2021 DEISER. All Rights Reserved.