Uses of Interface
com.deiser.jira.profields.api.field.text.TextField
Packages that use TextField
Package
Description
-
Uses of TextField in com.deiser.jira.profields.api.event.listener
Methods in com.deiser.jira.profields.api.event.listener with parameters of type TextFieldModifier and TypeMethodDescriptionprotected void
ProfieldsListener.onTextValueUpdated
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project, TextField field, String oldValue, String newValue) -
Uses of TextField in com.deiser.jira.profields.api.field
Methods in com.deiser.jira.profields.api.field that return TextFieldModifier and TypeMethodDescriptionFieldService.create
(TextFieldBuilder builder) Create a text field. -
Uses of TextField in com.deiser.jira.profields.api.value
Methods in com.deiser.jira.profields.api.value with parameters of type TextField