| Package | Description |
|---|---|
| net.rcarz.jiraclient |
| Modifier and Type | Method and Description |
|---|---|
Component.FluentCreate |
Component.FluentCreate.assigneeType(String assigneeType)
Sets the assignee type.
|
Component.FluentCreate |
Component.FluentCreate.assigneeTypeValue(boolean assigneeTypeValid)
Sets whether the assignee type is valid.
|
static Component.FluentCreate |
Component.create(RestClient restclient,
String project)
Creates a new JIRA component.
|
Component.FluentCreate |
JiraClient.createComponent(String project)
Creates a new component in the given project.
|
Component.FluentCreate |
Component.FluentCreate.description(String description)
Sets the description of the component.
|
Component.FluentCreate |
Component.FluentCreate.leadUserName(String leadUserName)
Sets the lead user name.
|
Component.FluentCreate |
Component.FluentCreate.name(String name)
Sets the name of the component.
|
Copyright © 2022. All rights reserved.