public class BugzillaService 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 |
|---|
BugzillaService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getIssuesUrl() |
String |
getNewIssueUrl() |
String |
getProjectUrl() |
GitLabApiForm |
servicePropertiesForm()
Get the form data for this service based on it's properties.
|
void |
setDescription(String description) |
void |
setIssuesUrl(String endpoint) |
void |
setNewIssueUrl(String endpoint) |
void |
setProjectUrl(String endpoint) |
BugzillaService |
withDescription(String description) |
BugzillaService |
withIssuesUrl(String endpoint) |
BugzillaService |
withNewIssueUrl(String endpoint) |
BugzillaService |
withProjectUrl(String endpoint) |
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, withWikiPageEventspublic GitLabApiForm servicePropertiesForm()
servicePropertiesForm in class NotificationServicepublic String getNewIssueUrl()
public void setNewIssueUrl(String endpoint)
public BugzillaService withNewIssueUrl(String endpoint)
public String getIssuesUrl()
public void setIssuesUrl(String endpoint)
public BugzillaService withIssuesUrl(String endpoint)
public String getProjectUrl()
public void setProjectUrl(String endpoint)
public BugzillaService withProjectUrl(String endpoint)
public String getDescription()
public void setDescription(String description)
public BugzillaService withDescription(String description)
Copyright © 2019. All rights reserved.