Package org.gitlab4j.api.services
Class HipChatService
java.lang.Object
org.gitlab4j.api.services.NotificationService
org.gitlab4j.api.services.HipChatService
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gitlab4j.api.services.NotificationService
NotificationService.BranchesToBeNotified
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.gitlab4j.api.services.NotificationService
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_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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getRoom()
getToken()
Get the form data for this service based on it's properties.void
setApiVersion
(String apiVersion) void
void
void
setNotifyOnlyBrokenPipelines
(Boolean notifyOnlyBrokenPipelines) void
void
void
withApiVersion
(String apiVersion) withConfidentialIssuesEvents
(Boolean confidentialIssuesEvents) withConfidentialNoteEvents
(Boolean confidentialNoteEvents) withIssuesEvents
(Boolean issuesEvents) withJobEvents
(Boolean jobEvents) withMergeRequestsEvents
(Boolean mergeRequestsEvents) withNoteEvents
(Boolean noteEvents) withNotify
(Boolean notify) withNotifyOnlyBrokenPipelines
(Boolean notifyOnlyBrokenPipelines) withPipelineEvents
(Boolean pipelineEvents) withPushEvents
(Boolean pushEvents) withServer
(String server) withTagPushEvents
(Boolean tagPushEvents) withWikiPageEvents
(Boolean wikiPageEvents) Methods inherited from class org.gitlab4j.api.services.NotificationService
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
-
Field Details
-
TOKEN_PROP
- See Also:
-
COLOR_PROP
- See Also:
-
NOTIFY_PROP
- See Also:
-
ROOM_PROP
- See Also:
-
API_VERSION_PROP
- See Also:
-
SERVER_PROP
- See Also:
-
NOTIFY_ONLY_BROKEN_PIPELINES_PROP
- See Also:
-
-
Constructor Details
-
HipChatService
public HipChatService()
-
-
Method Details
-
servicePropertiesForm
Get the form data for this service based on it's properties.- Specified by:
servicePropertiesForm
in classNotificationService
- Returns:
- the form data for this service based on it's properties
-
withPushEvents
-
withIssuesEvents
-
withConfidentialIssuesEvents
-
withMergeRequestsEvents
-
withTagPushEvents
-
withNoteEvents
-
withConfidentialNoteEvents
-
withPipelineEvents
-
withWikiPageEvents
-
withJobEvents
-
getToken
-
setToken
-
withToken
-
getColor
-
setColor
-
withColor
-
getNotify
-
setNotify
-
withNotify
-
getRoom
-
setRoom
-
withRoom
-
getApiVersion
-
setApiVersion
-
withApiVersion
-
getServer
-
setServer
-
withServer
-
getNotifyOnlyBrokenPipelines
-
setNotifyOnlyBrokenPipelines
-
withNotifyOnlyBrokenPipelines
-