public class MattermostService extends NotificationService
CONFIDENTIAL_ISSUE_CHANNEL_PROP, CONFIDENTIAL_NOTE_CHANNEL_PROP, DESCRIPTION_PROP, ISSUE_CHANNEL_PROP, ISSUES_URL_PROP, MERGE_REQUEST_CHANNEL_PROP, NEW_ISSUE_URL_PROP, NOTE_CHANNEL_PROP, NOTIFY_ONLY_BROKEN_PIPELINES_PROP, NOTIFY_ONLY_DEFAULT_BRANCH_PROP, PIPELINE_CHANNEL_PROP, PROJECT_URL_PROP, PUSH_CHANNEL_PROP, PUSH_EVENTS_PROP, TAG_PUSH_CHANNEL_PROP, TITLE_PROP, USERNAME_PROP, WEBHOOK_PROP, WIKI_PAGE_CHANNEL_PROP
Constructor and Description |
---|
MattermostService() |
getActive, getConfidentialIssuesEvents, getConfidentialNoteEvents, getCreatedAt, getId, getIssuesEvents, getJobEvents, getMergeRequestsEvents, getNoteEvents, getPipelineEvents, getProperties, getProperty, getProperty, getPushEvents, getTagPushEvents, getTitle, getUpdatedAt, getWikiPageEvents, setActive, setConfidentialIssuesEvents, setConfidentialNoteEvents, setCreatedAt, setId, setIssuesEvents, setJobEvents, setMergeRequestsEvents, setNoteEvents, setPipelineEvents, setProperties, setProperty, setPushEvents, setTagPushEvents, setTitle, setUpdatedAt, setWikiPageEvents, toString, withConfidentialIssuesEvents, withConfidentialNoteEvents, withIssuesEvents, withJobEvents, withMergeRequestsEvents, withNoteEvents, withPipelineEvents, withPushEvents, withTagPushEvents, withWikiPageEvents
public GitLabApiForm servicePropertiesForm()
servicePropertiesForm
in class NotificationService
public MattermostService withPushEvents(Boolean pushEvents)
public MattermostService withIssuesEvents(Boolean issuesEvents)
public MattermostService withConfidentialIssuesEvents(Boolean confidentialIssuesEvents)
public MattermostService withMergeRequestsEvents(Boolean mergeRequestsEvents)
public MattermostService withTagPushEvents(Boolean tagPushEvents)
public MattermostService withNoteEvents(Boolean noteEvents)
public MattermostService withConfidentialNoteEvents(Boolean confidentialNoteEvents)
public MattermostService withPipelineEvents(Boolean pipelineEvents)
public MattermostService withWikiPageEvents(Boolean wikiPageEvents)
public MattermostService withJobEvents(Boolean jobEvents)
public String getWebhook()
public void setWebhook(String webhook)
public MattermostService withWebhook(String webhook)
public String getUsername()
public void setUsername(String username)
public MattermostService withUsername(String username)
public String getDefaultChannel()
public void setDefaultChannel(String defaultChannel)
public MattermostService withDefaultChannelk(String defaultChannel)
public Boolean getNotifyOnlyBrokenPipelines()
public void setNotifyOnlyBrokenPipelines(Boolean notifyOnlyBrokenPipelines)
public MattermostService withNotifyOnlyBrokenPipelines(Boolean notifyOnlyBrokenPipelines)
public Boolean getNotifyOnlyDefaultBranch()
public void setNotifyOnlyDefaultBranch(Boolean notifyOnlyDefaultBranch)
public MattermostService withNotifyOnlyDefaultBranch(Boolean notifyOnlyDefaultBranch)
public String getPushChannel()
public void setPushChannel(String pushChannel)
public MattermostService withPushChannel(String pushChannel)
public String getIssueChannel()
public void setIssueChannel(String issueChannel)
public MattermostService withIssueChannel(String issueChannel)
public String getConfidentialIssueChannel()
public void setConfidentialIssueChannel(String confidentialIssueChannel)
public MattermostService withConfidentialIssueChannel(String confidentialIssueChannel)
public String getMergeRequestChannel()
public void setMergeRequestChannel(String mergeRequestChannel)
public MattermostService withMergeRequestChannel(String mergeRequestChannel)
public String getNoteChannel()
public void setNoteChannel(String noteChannel)
public MattermostService withNoteChannel(String noteChannel)
public String getConfidentialNoteChannel()
public void setConfidentialNoteChannel(String noteChannel)
public MattermostService withConfidentialNoteChannel(String confidentialNoteChannel)
public String getTagPushChannel()
public void setTagPushChannel(String tagPushChannel)
public MattermostService withTagPushChannel(String tagPushChannel)
public String getPipelineChannel()
public void setPipelineChannel(String pipelineChannel)
public MattermostService withPipelineChannel(String pipelineChannel)
public String getWikiPageChannel()
public void setWikiPageChannel(String wikiPageChannel)
public MattermostService withWikiPageChannel(String wikiPageChannel)
Copyright © 2019. All rights reserved.