Package | Description |
---|---|
com.atlassian.jira.rest.v2.issue.project |
Modifier and Type | Method and Description |
---|---|
ProjectBean.AssigneeType |
ProjectInputBean.getAssigneeType() |
static ProjectBean.AssigneeType |
ProjectBean.AssigneeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectBean.AssigneeType[] |
ProjectBean.AssigneeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProjectInputBean.Builder |
ProjectInputBean.Builder.setAssigneeType(ProjectBean.AssigneeType defaultAssignee) |
Constructor and Description |
---|
ProjectInputBean(String key,
String name,
String projectTypeKey,
String projectTemplateKey,
String description,
String lead,
String url,
ProjectBean.AssigneeType assigneeType,
Long avatarId,
Long issueSecurityScheme,
Long permissionScheme,
Long notificationScheme,
Long categoryId) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.