Uses of Class
org.gitlab4j.api.services.HipChatService
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.services |
-
Uses of HipChatService in org.gitlab4j.api
Methods in org.gitlab4j.api that return HipChatService Modifier and Type Method Description HipChatServiceServicesApi. getHipChatService(Object projectIdOrPath)Get the HipChatService notification configuration for a project.HipChatServiceServicesApi. updateHipChatService(Object projectIdOrPath, HipChatService hipChat)Updates the HipChatService notification settings for a project.Methods in org.gitlab4j.api with parameters of type HipChatService Modifier and Type Method Description HipChatServiceServicesApi. updateHipChatService(Object projectIdOrPath, HipChatService hipChat)Updates the HipChatService notification settings for a project. -
Uses of HipChatService in org.gitlab4j.api.services