Uses of Class
org.gitlab4j.api.services.SlackService
Packages that use SlackService
-
Uses of SlackService in org.gitlab4j.api
Methods in org.gitlab4j.api that return SlackServiceModifier and TypeMethodDescriptionServicesApi.getSlackService
(Object projectIdOrPath) Get the Slack notification settings for a project.ServicesApi.updateSlackService
(Object projectIdOrPath, SlackService slackNotifications) Updates the Slack notification settings for a project.Methods in org.gitlab4j.api with parameters of type SlackServiceModifier and TypeMethodDescriptionServicesApi.updateSlackService
(Object projectIdOrPath, SlackService slackNotifications) Updates the Slack notification settings for a project. -
Uses of SlackService in org.gitlab4j.api.services
Methods in org.gitlab4j.api.services that return SlackServiceModifier and TypeMethodDescriptionSlackService.withBranchesToBeNotified
(NotificationService.BranchesToBeNotified branchesToBeNotified) SlackService.withConfidentialIssueChannel
(String confidentialIssueChannel) SlackService.withConfidentialIssuesEvents
(Boolean confidentialIssuesEvents) SlackService.withConfidentialNoteChannel
(String confidentialNoteChannel) SlackService.withConfidentialNoteEvents
(Boolean confidentialNoteEvents) SlackService.withDefaultChannelk
(String defaultChannel) SlackService.withIssueChannel
(String issueChannel) SlackService.withIssuesEvents
(Boolean issuesEvents) SlackService.withJobEvents
(Boolean jobEvents) SlackService.withMergeRequestChannel
(String mergeRequestChannel) SlackService.withMergeRequestsEvents
(Boolean mergeRequestsEvents) SlackService.withNoteChannel
(String noteChannel) SlackService.withNoteEvents
(Boolean noteEvents) SlackService.withNotifyOnlyBrokenPipelines
(Boolean notifyOnlyBrokenPipelines) SlackService.withNotifyOnlyDefaultBranch
(Boolean notifyOnlyDefaultBranch) Deprecated.SlackService.withPipelineChannel
(String pipelineChannel) SlackService.withPipelineEvents
(Boolean pipelineEvents) SlackService.withPushChannel
(String pushChannel) SlackService.withPushEvents
(Boolean pushEvents) SlackService.withTagPushChannel
(String tagPushChannel) SlackService.withTagPushEvents
(Boolean tagPushEvents) SlackService.withUsername
(String username) SlackService.withWebhook
(String webhook) SlackService.withWikiPageChannel
(String wikiPageChannel) SlackService.withWikiPageEvents
(Boolean wikiPageEvents)
withBranchesToBeNotified(BranchesToBeNotified)