Uses of Class
org.gitlab4j.api.services.MattermostService
Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.services |
-
Uses of MattermostService in org.gitlab4j.api
Methods in org.gitlab4j.api that return MattermostService Modifier and Type Method Description MattermostService
ServicesApi. getMattermostService(Object projectIdOrPath)
Get the Mattermost service settings for a project.MattermostService
ServicesApi. updateMattermostService(Object projectIdOrPath, MattermostService mattermostNotifications)
Updates the Mattermost service settings for a project.Methods in org.gitlab4j.api with parameters of type MattermostService Modifier and Type Method Description MattermostService
ServicesApi. updateMattermostService(Object projectIdOrPath, MattermostService mattermostNotifications)
Updates the Mattermost service settings for a project. -
Uses of MattermostService in org.gitlab4j.api.services