Méthode | Description | |
---|---|---|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for unknown event.
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( |
Executes the incoming WebHook request for event '
|
|
ExecuteAsync ( string receiver, |
Méthode | Description | |
---|---|---|
VstsWebHookHandlerBase ( ) : System |
Initializes a new instance of the VstsWebHookHandlerBase class.
|
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | BuildCompletedPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | CodeCheckedInPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | GitPullRequestCreatedPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | GitPullRequestUpdatedPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | GitPushPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | Newtonsoft.Json.Linq.JObject | JSON payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | TeamRoomMessagePostedPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | WorkItemCommentedOnPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | WorkItemCreatedPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | WorkItemDeletedPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | WorkItemRestoredPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( |
||
context | Provides context for the |
|
payload | WorkItemUpdatedPayload | Strong-typed WebHook payload. |
Résultat | System.Threading.Tasks.Task |
public ExecuteAsync ( string receiver, |
||
receiver | string | |
context | ||
Résultat | System.Threading.Tasks.Task |
protected VstsWebHookHandlerBase ( ) : System | ||
Résultat | System |