Class MattermostService

java.lang.Object
org.gitlab4j.api.services.NotificationService
org.gitlab4j.api.services.MattermostService

public class MattermostService extends NotificationService
  • Constructor Details

    • MattermostService

      public MattermostService()
  • Method Details

    • servicePropertiesForm

      public GitLabApiForm servicePropertiesForm()
      Get the form data for this service based on it's properties.
      Specified by:
      servicePropertiesForm in class NotificationService
      Returns:
      the form data for this service based on it's properties
    • withPushEvents

      public MattermostService withPushEvents(Boolean pushEvents)
    • withIssuesEvents

      public MattermostService withIssuesEvents(Boolean issuesEvents)
    • withConfidentialIssuesEvents

      public MattermostService withConfidentialIssuesEvents(Boolean confidentialIssuesEvents)
    • withMergeRequestsEvents

      public MattermostService withMergeRequestsEvents(Boolean mergeRequestsEvents)
    • withTagPushEvents

      public MattermostService withTagPushEvents(Boolean tagPushEvents)
    • withNoteEvents

      public MattermostService withNoteEvents(Boolean noteEvents)
    • withConfidentialNoteEvents

      public MattermostService withConfidentialNoteEvents(Boolean confidentialNoteEvents)
    • withPipelineEvents

      public MattermostService withPipelineEvents(Boolean pipelineEvents)
    • withWikiPageEvents

      public MattermostService withWikiPageEvents(Boolean wikiPageEvents)
    • withJobEvents

      public MattermostService withJobEvents(Boolean jobEvents)
    • getWebhook

      public String getWebhook()
    • setWebhook

      public void setWebhook(String webhook)
    • withWebhook

      public MattermostService withWebhook(String webhook)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • withUsername

      public MattermostService withUsername(String username)
    • getDefaultChannel

      public String getDefaultChannel()
    • setDefaultChannel

      public void setDefaultChannel(String defaultChannel)
    • withDefaultChannelk

      public MattermostService withDefaultChannelk(String defaultChannel)
    • getNotifyOnlyBrokenPipelines

      public Boolean getNotifyOnlyBrokenPipelines()
    • setNotifyOnlyBrokenPipelines

      public void setNotifyOnlyBrokenPipelines(Boolean notifyOnlyBrokenPipelines)
    • withNotifyOnlyBrokenPipelines

      public MattermostService withNotifyOnlyBrokenPipelines(Boolean notifyOnlyBrokenPipelines)
    • getNotifyOnlyDefaultBranch

      public Boolean getNotifyOnlyDefaultBranch()
    • setNotifyOnlyDefaultBranch

      public void setNotifyOnlyDefaultBranch(Boolean notifyOnlyDefaultBranch)
    • withNotifyOnlyDefaultBranch

      public MattermostService withNotifyOnlyDefaultBranch(Boolean notifyOnlyDefaultBranch)
    • getPushChannel

      public String getPushChannel()
    • setPushChannel

      public void setPushChannel(String pushChannel)
    • withPushChannel

      public MattermostService withPushChannel(String pushChannel)
    • getIssueChannel

      public String getIssueChannel()
    • setIssueChannel

      public void setIssueChannel(String issueChannel)
    • withIssueChannel

      public MattermostService withIssueChannel(String issueChannel)
    • getConfidentialIssueChannel

      public String getConfidentialIssueChannel()
    • setConfidentialIssueChannel

      public void setConfidentialIssueChannel(String confidentialIssueChannel)
    • withConfidentialIssueChannel

      public MattermostService withConfidentialIssueChannel(String confidentialIssueChannel)
    • getMergeRequestChannel

      public String getMergeRequestChannel()
    • setMergeRequestChannel

      public void setMergeRequestChannel(String mergeRequestChannel)
    • withMergeRequestChannel

      public MattermostService withMergeRequestChannel(String mergeRequestChannel)
    • getNoteChannel

      public String getNoteChannel()
    • setNoteChannel

      public void setNoteChannel(String noteChannel)
    • withNoteChannel

      public MattermostService withNoteChannel(String noteChannel)
    • getConfidentialNoteChannel

      public String getConfidentialNoteChannel()
    • setConfidentialNoteChannel

      public void setConfidentialNoteChannel(String noteChannel)
    • withConfidentialNoteChannel

      public MattermostService withConfidentialNoteChannel(String confidentialNoteChannel)
    • getTagPushChannel

      public String getTagPushChannel()
    • setTagPushChannel

      public void setTagPushChannel(String tagPushChannel)
    • withTagPushChannel

      public MattermostService withTagPushChannel(String tagPushChannel)
    • getPipelineChannel

      public String getPipelineChannel()
    • setPipelineChannel

      public void setPipelineChannel(String pipelineChannel)
    • withPipelineChannel

      public MattermostService withPipelineChannel(String pipelineChannel)
    • getWikiPageChannel

      public String getWikiPageChannel()
    • setWikiPageChannel

      public void setWikiPageChannel(String wikiPageChannel)
    • withWikiPageChannel

      public MattermostService withWikiPageChannel(String wikiPageChannel)