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 SlackServiceServicesApi. getSlackService(Object projectIdOrPath)Get the Slack notification settings for a project.SlackServiceServicesApi. 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 SlackServiceServicesApi. updateSlackService(Object projectIdOrPath, SlackService slackNotifications)Updates the Slack notification settings for a project. -
Uses of SlackService in org.gitlab4j.api.services
-