| Modifier and Type | Method and Description |
|---|---|
Component.FluentCreate |
assigneeType(String assigneeType)
Sets the assignee type.
|
Component.FluentCreate |
assigneeTypeValue(boolean assigneeTypeValid)
Sets whether the assignee type is valid.
|
Component.FluentCreate |
description(String description)
Sets the description of the component.
|
Component |
execute()
Executes the create action.
|
Component.FluentCreate |
leadUserName(String leadUserName)
Sets the lead user name.
|
Component.FluentCreate |
name(String name)
Sets the name of the component.
|
public Component.FluentCreate name(String name)
name - the namethispublic Component.FluentCreate description(String description)
description - the descriptionthispublic Component.FluentCreate leadUserName(String leadUserName)
leadUserName - the lead user namethispublic Component.FluentCreate assigneeType(String assigneeType)
assigneeType - the assignee typethispublic Component.FluentCreate assigneeTypeValue(boolean assigneeTypeValid)
assigneeTypeValid - is the assignee type valid?thispublic Component execute() throws JiraException
JiraException - when the create failsCopyright © 2022. All rights reserved.