public class HipChatService extends NotificationService
Modifier and Type | Field and Description |
---|---|
static String |
API_VERSION_PROP |
static String |
COLOR_PROP |
static String |
NOTIFY_ONLY_BROKEN_PIPELINES_PROP |
static String |
NOTIFY_PROP |
static String |
ROOM_PROP |
static String |
SERVER_PROP |
static String |
TOKEN_PROP |
Constructor and Description |
---|
HipChatService() |
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 TOKEN_PROP
public static final String COLOR_PROP
public static final String NOTIFY_PROP
public static final String ROOM_PROP
public static final String API_VERSION_PROP
public static final String SERVER_PROP
public static final String NOTIFY_ONLY_BROKEN_PIPELINES_PROP
public HipChatService withPushEvents(Boolean pushEvents)
public HipChatService withIssuesEvents(Boolean issuesEvents)
public HipChatService withConfidentialIssuesEvents(Boolean confidentialIssuesEvents)
public HipChatService withMergeRequestsEvents(Boolean mergeRequestsEvents)
public HipChatService withTagPushEvents(Boolean tagPushEvents)
public HipChatService withNoteEvents(Boolean noteEvents)
public HipChatService withConfidentialNoteEvents(Boolean confidentialNoteEvents)
public HipChatService withPipelineEvents(Boolean pipelineEvents)
public HipChatService withWikiPageEvents(Boolean wikiPageEvents)
public HipChatService withJobEvents(Boolean jobEvents)
public String getToken()
public void setToken(String token)
public HipChatService withToken(String token)
public String getColor()
public void setColor(String color)
public HipChatService withColor(String color)
public Boolean getNotify()
public void setNotify(Boolean notify)
public HipChatService withNotify(Boolean notify)
public String getRoom()
public void setRoom(String room)
public HipChatService withRoom(String room)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public HipChatService withApiVersion(String apiVersion)
public String getServer()
public void setServer(String server)
public HipChatService withServer(String server)
public Boolean getNotifyOnlyBrokenPipelines()
public void setNotifyOnlyBrokenPipelines(Boolean notifyOnlyBrokenPipelines)
public HipChatService withNotifyOnlyBrokenPipelines(Boolean notifyOnlyBrokenPipelines)
Copyright © 2019. All rights reserved.