-
Methods in org.gitlab4j.api that return Badge
Modifier and Type |
Method |
Description |
Badge |
GroupApi.addBadge(Object groupIdOrPath,
String linkUrl,
String imageUrl) |
Add a badge to a group.
|
Badge |
ProjectApi.addBadge(Object projectIdOrPath,
String linkUrl,
String imageUrl) |
Add a badge to a project.
|
Badge |
GroupApi.editBadge(Object groupIdOrPath,
Integer badgeId,
String linkUrl,
String imageUrl) |
Edit a badge of a group.
|
Badge |
ProjectApi.editBadge(Object projectIdOrPath,
Integer badgeId,
String linkUrl,
String imageUrl) |
Edit a badge of a project.
|
Badge |
GroupApi.getBadge(Object groupIdOrPath,
Integer badgeId) |
Gets a badge of a group.
|
Badge |
ProjectApi.getBadge(Object projectIdOrPath,
Integer badgeId) |
Gets a badge of a project.
|
Badge |
GroupApi.previewBadge(Object groupIdOrPath,
String linkUrl,
String imageUrl) |
Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.
|
Badge |
ProjectApi.previewBadge(Object projectIdOrPath,
String linkUrl,
String imageUrl) |
Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.
|