Package org.gitlab4j.api.services
Class JiraService
java.lang.Object
org.gitlab4j.api.services.NotificationService
org.gitlab4j.api.services.JiraService
public class JiraService extends NotificationService
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gitlab4j.api.services.NotificationService
NotificationService.BranchesToBeNotified -
Field Summary
Fields Modifier and Type Field Description static StringAPI_URL_PROPstatic StringCOMMIT_EVENTS_PROPstatic StringJIRA_ISSUE_TRANSITION_ID_PROPstatic StringPROJECT_KEY_PROPstatic StringURL_PROPstatic StringUSERNAME_PROPFields 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_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, WEBHOOK_PROP, WIKI_PAGE_CHANNEL_PROP -
Constructor Summary
Constructors Constructor Description JiraService() -
Method Summary
Methods inherited from class org.gitlab4j.api.services.NotificationService
getActive, getConfidentialIssuesEvents, getConfidentialNoteEvents, getCreatedAt, getId, getIssuesEvents, getJobEvents, getMergeRequestsEvents, getNoteEvents, getPipelineEvents, getProperties, getProperty, getProperty, getPushEvents, getSlug, getTagPushEvents, getTitle, getUpdatedAt, getWikiPageEvents, setActive, setConfidentialIssuesEvents, setConfidentialNoteEvents, setCreatedAt, setId, setIssuesEvents, setJobEvents, setMergeRequestsEvents, setNoteEvents, setPipelineEvents, setProperty, setPushEvents, setSlug, setTagPushEvents, setTitle, setUpdatedAt, setWikiPageEvents, toString, withCommitEvents, withConfidentialIssuesEvents, withConfidentialNoteEvents, withIssuesEvents, withJobEvents, withMergeRequestsEvents, withNoteEvents, withPipelineEvents, withPushEvents, withTagPushEvents, withWikiPageEvents
-
Field Details
-
URL_PROP
- See Also:
- Constant Field Values
-
API_URL_PROP
- See Also:
- Constant Field Values
-
PROJECT_KEY_PROP
- See Also:
- Constant Field Values
-
USERNAME_PROP
- See Also:
- Constant Field Values
-
JIRA_ISSUE_TRANSITION_ID_PROP
- See Also:
- Constant Field Values
-
COMMIT_EVENTS_PROP
- See Also:
- Constant Field Values
-
-
Constructor Details
-
JiraService
public JiraService()
-
-
Method Details
-
servicePropertiesForm
Get the form data for this service based on it's properties.- Specified by:
servicePropertiesFormin classNotificationService- Returns:
- the form data for this service based on it's properties
-
getCommitEvents
- Overrides:
getCommitEventsin classNotificationService
-
setCommitEvents
- Overrides:
setCommitEventsin classNotificationService
-
withCommitEvents
-
withMergeRequestsEvents
-
getPassword
-
setPassword
-
withPassword
-
getUrl
-
setUrl
-
withUrl
-
getApiUrl
-
setApiUrl
-
withApiUrl
-
getProjectKey
-
setProjectKey
-
withProjectKey
-
getUsername
-
setUsername
-
withUsername
-
getJiraIssueTransitionId
-
setJiraIssueTransitionId
-
withJiraIssueTransitionId
-
setProperties
- Overrides:
setPropertiesin classNotificationService
-