|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldBean | |
|---|---|
| com.atlassian.jira.rest.api.field | |
| com.atlassian.jira.rest.v2.issue | |
| com.atlassian.jira.rest.v2.issue.customfield | |
| Uses of FieldBean in com.atlassian.jira.rest.api.field |
|---|
| Methods in com.atlassian.jira.rest.api.field that return FieldBean | ||
|---|---|---|
FieldBean<T> |
FieldBean.Builder.build()
Builds a new FieldBean instance with the requested name, type, and value. |
|
static
|
FieldBean.create(String name,
String type,
T value)
Returns a new FieldBean instance. |
|
| Uses of FieldBean in com.atlassian.jira.rest.v2.issue |
|---|
| Methods in com.atlassian.jira.rest.v2.issue with parameters of type FieldBean | |
|---|---|
void |
IssueBean.addField(String name,
FieldBean value)
|
| Uses of FieldBean in com.atlassian.jira.rest.v2.issue.customfield |
|---|
| Methods in com.atlassian.jira.rest.v2.issue.customfield that return types with arguments of type FieldBean | |
|---|---|
Map<String,FieldBean> |
CustomFieldOps.getCustomFields(Issue issue)
Returns a Map containing an entry for each custom field in the given Issue. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||