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