Package org.gitlab4j.api.models
Class ProjectHook
java.lang.Object
org.gitlab4j.api.models.ProjectHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getToken()getUrl()voidsetBuildEvents(Boolean buildEvents) voidsetConfidentialIssuesEvents(Boolean confidentialIssuesEvents) voidsetConfidentialNoteEvents(Boolean confidentialNoteEvents) voidsetCreatedAt(Date createdAt) voidsetDeploymentEvents(Boolean releasesEvents) voidsetEnableSslVerification(Boolean enableSslVerification) voidvoidsetIssuesEvents(Boolean issuesEvents) voidsetJobEvents(Boolean jobEvents) voidsetMergeRequestsEvents(Boolean mergeRequestsEvents) voidsetNoteEvents(Boolean noteEvents) voidsetPipelineEvents(Boolean pipelineEvents) voidsetProjectId(Long projectId) voidsetPushEvents(Boolean pushEvents) voidsetPushEventsBranchFilter(String pushEventsBranchFilter) voidsetReleasesEvents(Boolean releasesEvents) voidsetRepositoryUpdateEvents(Boolean repositoryUpdateEvents) voidsetTagPushEvents(Boolean tagPushEvents) voidvoidvoidsetWikiPageEvents(Boolean wikiPageEvents) toString()withConfidentialIssuesEvents(Boolean confidentialIssuesEvents) withConfidentialNoteEvents(Boolean confidentialNoteEvents) withDeploymentEvents(Boolean deploymentEvents) withIssuesEvents(Boolean issuesEvents) withJobEvents(Boolean jobEvents) withMergeRequestsEvents(Boolean mergeRequestsEvents) withNoteEvents(Boolean noteEvents) withPipelineEvents(Boolean pipelineEvents) withPushEvents(Boolean pushEvents) withPushEventsBranchFilter(String pushEventsBranchFilter) withReleasesEvents(Boolean releasesEvents) withRepositoryUpdateEvents(Boolean repositoryUpdateEvents) withTagPushEvents(Boolean tagPushEvents) withWikiPageEvents(Boolean wikiPageEvents)
-
Constructor Details
-
ProjectHook
public ProjectHook()
-
-
Method Details
-
getBuildEvents
-
setBuildEvents
-
getCreatedAt
-
setCreatedAt
-
getEnableSslVerification
-
setEnableSslVerification
-
getId
-
setId
-
getIssuesEvents
-
setIssuesEvents
-
getMergeRequestsEvents
-
setMergeRequestsEvents
-
getNoteEvents
-
setNoteEvents
-
getJobEvents
-
setJobEvents
-
getPipelineEvents
-
setPipelineEvents
-
getProjectId
-
setProjectId
-
getPushEvents
-
setPushEvents
-
getTagPushEvents
-
setTagPushEvents
-
getToken
-
setToken
-
getUrl
-
setUrl
-
getWikiPageEvents
-
setWikiPageEvents
-
getRepositoryUpdateEvents
-
setRepositoryUpdateEvents
-
getDeploymentEvents
-
setDeploymentEvents
-
getReleasesEvents
-
setReleasesEvents
-
getConfidentialIssuesEvents
-
setConfidentialIssuesEvents
-
getConfidentialNoteEvents
-
setConfidentialNoteEvents
-
getPushEventsBranchFilter
-
setPushEventsBranchFilter
-
withIssuesEvents
-
withMergeRequestsEvents
-
withNoteEvents
-
withJobEvents
-
withPipelineEvents
-
withPushEvents
-
withTagPushEvents
-
withWikiPageEvents
-
withRepositoryUpdateEvents
-
withConfidentialIssuesEvents
-
withConfidentialNoteEvents
-
withPushEventsBranchFilter
-
withDeploymentEvents
-
withReleasesEvents
-
toString
-