Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
CustomAttribute |
UserApi.changeCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute)
Change custom attribute for the given user
|
CustomAttribute |
UserApi.changeCustomAttribute(Object userIdOrUsername,
String key,
String value)
Changes custom attribute for the given user
|
CustomAttribute |
UserApi.createCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute)
Creates custom attribute for the given user
|
CustomAttribute |
UserApi.createCustomAttribute(Object userIdOrUsername,
String key,
String value)
Creates custom attribute for the given user
|
CustomAttribute |
ProjectApi.getCustomAttribute(Object projectIdOrPath,
String key)
Get a single custom attribute for the specified project.
|
CustomAttribute |
ProjectApi.setCustomAttribute(Object projectIdOrPath,
String key,
String value)
Set a custom attribute for the specified project.
|
Modifier and Type | Method and Description |
---|---|
Optional<CustomAttribute> |
ProjectApi.geOptionalCustomAttribute(Object projectIdOrPath,
String key)
Get an Optional instance with the value for a single custom attribute for the specified project.
|
List<CustomAttribute> |
ProjectApi.getCustomAttributes(Object projectIdOrPath)
Get all custom attributes for the specified project.
|
Pager<CustomAttribute> |
ProjectApi.getCustomAttributes(Object projectIdOrPath,
int itemsPerPage)
Get a Pager of custom attributes for the specified project.
|
Stream<CustomAttribute> |
ProjectApi.getCustomAttributesStream(Object projectIdOrPath)
Get a Stream of all custom attributes for the specified project.
|
Modifier and Type | Method and Description |
---|---|
CustomAttribute |
UserApi.changeCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute)
Change custom attribute for the given user
|
CustomAttribute |
UserApi.createCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute)
Creates custom attribute for the given user
|
void |
UserApi.deleteCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute)
Delete a custom attribute for the given user
|
Modifier and Type | Method and Description |
---|---|
CustomAttribute |
CustomAttribute.withKey(String key) |
CustomAttribute |
CustomAttribute.withValue(String value) |
Modifier and Type | Method and Description |
---|---|
List<CustomAttribute> |
Project.getCustomAttributes() |
List<CustomAttribute> |
User.getCustomAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
Project.setCustomAttributes(List<CustomAttribute> customAttributes) |
void |
User.setCustomAttributes(List<CustomAttribute> customAttributes) |
User |
User.withCustomAttributes(List<CustomAttribute> customAttributes) |
Copyright © 2020. All rights reserved.