public interface FieldBuilder<B>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the description of the field.
|
String |
getName()
Get the name of the field.
|
Long |
getProjectRoleId()
Get the project role id of the field.
|
FieldType |
getType()
Get the type of the field.
|
boolean |
hasCustomField()
Get if the field has a custom field associated
|
B |
setCustomField(boolean value)
Set if the field has a custom field
|
B |
setDescription(String description)
Set the description of the field.
|
B |
setName(String name)
Set the name of the field.
|
B |
setNobodyAsProjectRole()
Sets nobody project role.
|
B |
setProjectRole(com.atlassian.jira.security.roles.ProjectRole role)
Set the project role of the field.
|
String getName()
B setName(String name)
name - name of the fieldString getDescription()
B setDescription(String description)
description - the description of the fieldLong getProjectRoleId()
B setProjectRole(com.atlassian.jira.security.roles.ProjectRole role)
role - the project role of jira for the fieldB setNobodyAsProjectRole()
boolean hasCustomField()
B setCustomField(boolean value)
value - true if the field has a custom fieldFieldType getType()
Copyright © 2022 DEISER. All Rights Reserved.