Uses of Class
org.gitlab4j.api.services.HipChatService
Packages that use HipChatService
-
Uses of HipChatService in org.gitlab4j.api
Methods in org.gitlab4j.api that return HipChatServiceModifier and TypeMethodDescriptionServicesApi.getHipChatService
(Object projectIdOrPath) Get the HipChatService notification configuration for a project.ServicesApi.updateHipChatService
(Object projectIdOrPath, HipChatService hipChat) Updates the HipChatService notification settings for a project.Methods in org.gitlab4j.api with parameters of type HipChatServiceModifier and TypeMethodDescriptionServicesApi.updateHipChatService
(Object projectIdOrPath, HipChatService hipChat) Updates the HipChatService notification settings for a project. -
Uses of HipChatService in org.gitlab4j.api.services
Methods in org.gitlab4j.api.services that return HipChatServiceModifier and TypeMethodDescriptionHipChatService.withApiVersion
(String apiVersion) HipChatService.withConfidentialIssuesEvents
(Boolean confidentialIssuesEvents) HipChatService.withConfidentialNoteEvents
(Boolean confidentialNoteEvents) HipChatService.withIssuesEvents
(Boolean issuesEvents) HipChatService.withJobEvents
(Boolean jobEvents) HipChatService.withMergeRequestsEvents
(Boolean mergeRequestsEvents) HipChatService.withNoteEvents
(Boolean noteEvents) HipChatService.withNotify
(Boolean notify) HipChatService.withNotifyOnlyBrokenPipelines
(Boolean notifyOnlyBrokenPipelines) HipChatService.withPipelineEvents
(Boolean pipelineEvents) HipChatService.withPushEvents
(Boolean pushEvents) HipChatService.withServer
(String server) HipChatService.withTagPushEvents
(Boolean tagPushEvents) HipChatService.withWikiPageEvents
(Boolean wikiPageEvents)