Project Level Notifications Args
The gitlab.ProjectLevelNotifications
resource allows to manage notifications for a project.
While the API supports both groups and projects, this resource only supports projects currently. Upstream API: GitLab REST API docs
Constructors
Properties
Enable notifications for closed issues. Can only be used when level
is custom
.
Enable notifications for closed merge requests. Can only be used when level
is custom
.
Enable notifications for failed pipelines. Can only be used when level
is custom
.
Enable notifications for fixed pipelines. Can only be used when level
is custom
.
Enable notifications for merged merge requests. Can only be used when level
is custom
.
Enable notifications for merged merge requests when the pipeline succeeds. Can only be used when level
is custom
.
Enable notifications for moved projects. Can only be used when level
is custom
.
Enable notifications for new merge requests. Can only be used when level
is custom
.
Enable notifications for push to merge request branches. Can only be used when level
is custom
.
Enable notifications for issue reassignments. Can only be used when level
is custom
.
Enable notifications for merge request reassignments. Can only be used when level
is custom
.
Enable notifications for reopened issues. Can only be used when level
is custom
.
Enable notifications for reopened merge requests. Can only be used when level
is custom
.
Enable notifications for successful pipelines. Can only be used when level
is custom
.