Uses of Class
org.gitlab4j.api.services.MattermostService
Packages that use MattermostService
-
Uses of MattermostService in org.gitlab4j.api
Methods in org.gitlab4j.api that return MattermostServiceModifier and TypeMethodDescriptionServicesApi.getMattermostService(Object projectIdOrPath) Get the Mattermost service settings for a project.ServicesApi.updateMattermostService(Object projectIdOrPath, MattermostService mattermostNotifications) Updates the Mattermost service settings for a project.Methods in org.gitlab4j.api with parameters of type MattermostServiceModifier and TypeMethodDescriptionServicesApi.updateMattermostService(Object projectIdOrPath, MattermostService mattermostNotifications) Updates the Mattermost service settings for a project. -
Uses of MattermostService in org.gitlab4j.api.services
Methods in org.gitlab4j.api.services that return MattermostServiceModifier and TypeMethodDescriptionMattermostService.withConfidentialIssueChannel(String confidentialIssueChannel) MattermostService.withConfidentialIssuesEvents(Boolean confidentialIssuesEvents) MattermostService.withConfidentialNoteChannel(String confidentialNoteChannel) MattermostService.withConfidentialNoteEvents(Boolean confidentialNoteEvents) MattermostService.withDefaultChannelk(String defaultChannel) MattermostService.withIssueChannel(String issueChannel) MattermostService.withIssuesEvents(Boolean issuesEvents) MattermostService.withJobEvents(Boolean jobEvents) MattermostService.withMergeRequestChannel(String mergeRequestChannel) MattermostService.withMergeRequestsEvents(Boolean mergeRequestsEvents) MattermostService.withNoteChannel(String noteChannel) MattermostService.withNoteEvents(Boolean noteEvents) MattermostService.withNotifyOnlyBrokenPipelines(Boolean notifyOnlyBrokenPipelines) MattermostService.withNotifyOnlyDefaultBranch(Boolean notifyOnlyDefaultBranch) MattermostService.withPipelineChannel(String pipelineChannel) MattermostService.withPipelineEvents(Boolean pipelineEvents) MattermostService.withPushChannel(String pushChannel) MattermostService.withPushEvents(Boolean pushEvents) MattermostService.withTagPushChannel(String tagPushChannel) MattermostService.withTagPushEvents(Boolean tagPushEvents) MattermostService.withUsername(String username) MattermostService.withWebhook(String webhook) MattermostService.withWikiPageChannel(String wikiPageChannel) MattermostService.withWikiPageEvents(Boolean wikiPageEvents)