Get Group Hook Result
data class GetGroupHookResult(val confidentialIssuesEvents: Boolean, val confidentialNoteEvents: Boolean, val customWebhookTemplate: String, val deploymentEvents: Boolean, val enableSslVerification: Boolean, val group: String, val groupId: Int, val hookId: Int, val id: String, val issuesEvents: Boolean, val jobEvents: Boolean, val mergeRequestsEvents: Boolean, val noteEvents: Boolean, val pipelineEvents: Boolean, val pushEvents: Boolean, val pushEventsBranchFilter: String, val releasesEvents: Boolean, val subgroupEvents: Boolean, val tagPushEvents: Boolean, val token: String, val url: String, val wikiPageEvents: Boolean)
A collection of values returned by getGroupHook.
Constructors
Link copied to clipboard
constructor(confidentialIssuesEvents: Boolean, confidentialNoteEvents: Boolean, customWebhookTemplate: String, deploymentEvents: Boolean, enableSslVerification: Boolean, group: String, groupId: Int, hookId: Int, id: String, issuesEvents: Boolean, jobEvents: Boolean, mergeRequestsEvents: Boolean, noteEvents: Boolean, pipelineEvents: Boolean, pushEvents: Boolean, pushEventsBranchFilter: String, releasesEvents: Boolean, subgroupEvents: Boolean, tagPushEvents: Boolean, token: String, url: String, wikiPageEvents: Boolean)
Properties
Link copied to clipboard
Invoke the hook for confidential issues events.
Link copied to clipboard
Invoke the hook for confidential notes events.
Link copied to clipboard
Set a custom webhook template.
Link copied to clipboard
Invoke the hook for deployment events.
Link copied to clipboard
Enable ssl verification when invoking the hook.
Link copied to clipboard
Invoke the hook for issues events.
Link copied to clipboard
Invoke the hook for merge requests.
Link copied to clipboard
Invoke the hook for notes events.
Link copied to clipboard
Invoke the hook for pipeline events.
Link copied to clipboard
Invoke the hook for push events.
Link copied to clipboard
Invoke the hook for push events on matching branches only.
Link copied to clipboard
Invoke the hook for releases events.
Link copied to clipboard
Invoke the hook for subgroup events.
Link copied to clipboard
Invoke the hook for tag push events.
Link copied to clipboard
Invoke the hook for wiki page events.