Uses of Class
org.gitlab4j.api.models.Badge
Packages that use Badge
-
Uses of Badge in org.gitlab4j.api
Methods in org.gitlab4j.api that return BadgeModifier and TypeMethodDescriptionAdd a badge to a group.Add a badge to a group.Add a badge to a project.Add a badge to a project.Edit a badge of a group.GroupApi.editBadge
(Object groupIdOrPath, Long badgeId, String name, String linkUrl, String imageUrl) Edit a badge of a group.Edit a badge of a project.ProjectApi.editBadge
(Object projectIdOrPath, Long badgeId, String name, String linkUrl, String imageUrl) Edit a badge of a project.Gets a badge of a group.Gets a badge of a project.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.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.Methods in org.gitlab4j.api that return types with arguments of type BadgeModifier and TypeMethodDescriptionGets a list of a group’s badges and its group badges.Gets a list of a group’s badges, case-sensitively filtered on bagdeName if non-null.Gets a list of a project’s badges and its group badges.Gets a list of a project’s badges and its group badges, case-sensitively filtered on bagdeName if non-null.GroupApi.getOptionalBadge
(Object groupIdOrPath, Long badgeId) Get an Optional instance with the value for the specified badge.ProjectApi.getOptionalBadge
(Object projectIdOrPath, Long badgeId) Get an Optional instance with the value for the specified badge.