Uses of Class
org.gitlab4j.api.services.HipChatService
-
Packages that use 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 HipChatService
ServicesApi. getHipChatService(Object projectIdOrPath)
Get the HipChatService notification configuration for a project.HipChatService
ServicesApi. 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 HipChatService
ServicesApi. updateHipChatService(Object projectIdOrPath, HipChatService hipChat)
Updates the HipChatService notification settings for a project. -
Uses of HipChatService in org.gitlab4j.api.services
-