Package org.gitlab4j.api.services
Class HipChatService
- java.lang.Object
-
- org.gitlab4j.api.services.NotificationService
-
- org.gitlab4j.api.services.HipChatService
-
public class HipChatService extends NotificationService
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description HipChatService()
-
Method Summary
-
Methods inherited from class org.gitlab4j.api.services.NotificationService
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
-
-
-
-
Field Detail
-
TOKEN_PROP
public static final String TOKEN_PROP
- See Also:
- Constant Field Values
-
COLOR_PROP
public static final String COLOR_PROP
- See Also:
- Constant Field Values
-
NOTIFY_PROP
public static final String NOTIFY_PROP
- See Also:
- Constant Field Values
-
ROOM_PROP
public static final String ROOM_PROP
- See Also:
- Constant Field Values
-
API_VERSION_PROP
public static final String API_VERSION_PROP
- See Also:
- Constant Field Values
-
SERVER_PROP
public static final String SERVER_PROP
- See Also:
- Constant Field Values
-
NOTIFY_ONLY_BROKEN_PIPELINES_PROP
public static final String NOTIFY_ONLY_BROKEN_PIPELINES_PROP
- See Also:
- Constant Field Values
-
-
Method Detail
-
withPushEvents
public HipChatService withPushEvents(Boolean pushEvents)
-
withIssuesEvents
public HipChatService withIssuesEvents(Boolean issuesEvents)
-
withConfidentialIssuesEvents
public HipChatService withConfidentialIssuesEvents(Boolean confidentialIssuesEvents)
-
withMergeRequestsEvents
public HipChatService withMergeRequestsEvents(Boolean mergeRequestsEvents)
-
withTagPushEvents
public HipChatService withTagPushEvents(Boolean tagPushEvents)
-
withNoteEvents
public HipChatService withNoteEvents(Boolean noteEvents)
-
withConfidentialNoteEvents
public HipChatService withConfidentialNoteEvents(Boolean confidentialNoteEvents)
-
withPipelineEvents
public HipChatService withPipelineEvents(Boolean pipelineEvents)
-
withWikiPageEvents
public HipChatService withWikiPageEvents(Boolean wikiPageEvents)
-
withJobEvents
public HipChatService withJobEvents(Boolean jobEvents)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
withToken
public HipChatService withToken(String token)
-
getColor
public String getColor()
-
setColor
public void setColor(String color)
-
withColor
public HipChatService withColor(String color)
-
getNotify
public Boolean getNotify()
-
setNotify
public void setNotify(Boolean notify)
-
withNotify
public HipChatService withNotify(Boolean notify)
-
getRoom
public String getRoom()
-
setRoom
public void setRoom(String room)
-
withRoom
public HipChatService withRoom(String room)
-
getApiVersion
public String getApiVersion()
-
setApiVersion
public void setApiVersion(String apiVersion)
-
withApiVersion
public HipChatService withApiVersion(String apiVersion)
-
getServer
public String getServer()
-
setServer
public void setServer(String server)
-
withServer
public HipChatService withServer(String server)
-
getNotifyOnlyBrokenPipelines
public Boolean getNotifyOnlyBrokenPipelines()
-
setNotifyOnlyBrokenPipelines
public void setNotifyOnlyBrokenPipelines(Boolean notifyOnlyBrokenPipelines)
-
withNotifyOnlyBrokenPipelines
public HipChatService withNotifyOnlyBrokenPipelines(Boolean notifyOnlyBrokenPipelines)
-
-