public class EmailOnPushService extends NotificationService
NotificationService.BranchesToBeNotified
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_DIFFS_PROP |
static String |
RECIPIENT_PROP |
static String |
SEND_FROM_COMMITTER_EMAIL_PROP |
BRANCHES_TO_BE_NOTIFIED_PROP, 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 |
---|
EmailOnPushService() |
Modifier and Type | Method and Description |
---|---|
NotificationService.BranchesToBeNotified |
getBranchesToBeNotified() |
Boolean |
getDisableDiffs() |
String |
getRecipients() |
Boolean |
getSendFromCommitterEmail() |
GitLabApiForm |
servicePropertiesForm() |
void |
setBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) |
void |
setDisableDiffs(Boolean disableDiffs) |
void |
setRecipients(String recipients) |
void |
setSendFromCommitterEmail(Boolean sendFromCommitterEmail) |
EmailOnPushService |
withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) |
EmailOnPushService |
withDisableDiffs(Boolean disableDiffs) |
EmailOnPushService |
withPushEvents(Boolean pushEvents) |
EmailOnPushService |
withRecipients(String recipients) |
EmailOnPushService |
withSendFromCommitterEmail(Boolean sendFromCommitterEmail) |
EmailOnPushService |
withTagPushEvents(Boolean pushEvents) |
getActive, getCommitEvents, getConfidentialIssuesEvents, getConfidentialNoteEvents, getCreatedAt, getId, getIssuesEvents, getJobEvents, getMergeRequestsEvents, getNoteEvents, getPipelineEvents, getProperties, getProperty, getProperty, getPushEvents, getSlug, getTagPushEvents, getTitle, getUpdatedAt, getWikiPageEvents, setActive, setCommitEvents, setConfidentialIssuesEvents, setConfidentialNoteEvents, setCreatedAt, setId, setIssuesEvents, setJobEvents, setMergeRequestsEvents, setNoteEvents, setPipelineEvents, setProperties, setProperty, setPushEvents, setSlug, setTagPushEvents, setTitle, setUpdatedAt, setWikiPageEvents, toString, withCommitEvents, withConfidentialIssuesEvents, withConfidentialNoteEvents, withIssuesEvents, withJobEvents, withMergeRequestsEvents, withNoteEvents, withPipelineEvents, withPushEvents, withTagPushEvents, withWikiPageEvents
public static final String RECIPIENT_PROP
public static final String DISABLE_DIFFS_PROP
public static final String SEND_FROM_COMMITTER_EMAIL_PROP
public GitLabApiForm servicePropertiesForm()
servicePropertiesForm
in class NotificationService
public EmailOnPushService withPushEvents(Boolean pushEvents)
public EmailOnPushService withTagPushEvents(Boolean pushEvents)
public String getRecipients()
public void setRecipients(String recipients)
public EmailOnPushService withRecipients(String recipients)
public Boolean getDisableDiffs()
public void setDisableDiffs(Boolean disableDiffs)
public EmailOnPushService withDisableDiffs(Boolean disableDiffs)
public Boolean getSendFromCommitterEmail()
public void setSendFromCommitterEmail(Boolean sendFromCommitterEmail)
public EmailOnPushService withSendFromCommitterEmail(Boolean sendFromCommitterEmail)
public NotificationService.BranchesToBeNotified getBranchesToBeNotified()
public void setBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified)
public EmailOnPushService withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified)
Copyright © 2021. All rights reserved.