Interface StatusItemBuilder
- All Superinterfaces:
ItemBuilder<StatusField,
StatusItemBuilder>
Builder to create items for the
StatusField
-
Method Summary
Modifier and TypeMethodDescriptiongetText()
Get the text that will set in the itemgetType()
Get the type that will set in the itemSet the text that will set in the itemtype
(StatusItemType type) Set the type that will set in the itemMethods inherited from interface com.deiser.jira.profields.api.field.item.ItemBuilder
field, getField
-
Method Details
-
getText
String getText()Get the text that will set in the item- Returns:
- The item text
-
text
Set the text that will set in the item- Parameters:
text
- The item text- Returns:
- The status item builder
-
getType
StatusItemType getType()Get the type that will set in the item- Returns:
- The item type
-
type
Set the type that will set in the item- Parameters:
type
- The item type- Returns:
- The status item builder
-