Show / Hide Table of Contents

Class ProjectHookArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectHookArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class ProjectHookArgs : ResourceArgs

Constructors

View Source

ProjectHookArgs()

Declaration
public ProjectHookArgs()

Properties

View Source

EnableSslVerification

Enable ssl verification when invoking the hook.

Declaration
public Input<bool> EnableSslVerification { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

IssuesEvents

Invoke the hook for issues events.

Declaration
public Input<bool> IssuesEvents { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

JobEvents

Invoke the hook for job events.

Declaration
public Input<bool> JobEvents { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

MergeRequestsEvents

Invoke the hook for merge requests.

Declaration
public Input<bool> MergeRequestsEvents { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

NoteEvents

Invoke the hook for notes events.

Declaration
public Input<bool> NoteEvents { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PipelineEvents

Invoke the hook for pipeline events.

Declaration
public Input<bool> PipelineEvents { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Project

The name or id of the project to add the hook to.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PushEvents

Invoke the hook for push events.

Declaration
public Input<bool> PushEvents { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

TagPushEvents

Invoke the hook for tag push events.

Declaration
public Input<bool> TagPushEvents { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Token

A token to present when invoking the hook.

Declaration
public Input<string> Token { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

The url of the hook to invoke.

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WikiPageEvents

Invoke the hook for wiki page events.

Declaration
public Input<bool> WikiPageEvents { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.