Uses of Class
org.gitlab4j.api.services.SlackService
-
Packages that use SlackService Package Description org.gitlab4j.api org.gitlab4j.api.services -
-
Uses of SlackService in org.gitlab4j.api
Methods in org.gitlab4j.api that return SlackService Modifier and Type Method Description SlackService
ServicesApi. getSlackService(Object projectIdOrPath)
Get the Slack notification settings for a project.SlackService
ServicesApi. updateSlackService(Object projectIdOrPath, SlackService slackNotifications)
Updates the Slack notification settings for a project.Methods in org.gitlab4j.api with parameters of type SlackService Modifier and Type Method Description SlackService
ServicesApi. updateSlackService(Object projectIdOrPath, SlackService slackNotifications)
Updates the Slack notification settings for a project. -
Uses of SlackService in org.gitlab4j.api.services
-