GitHubStatusSettings.

TargetUrl Property

Summary

The target URL to associate with this status. This URL will be linked from the GitHub UI to allow users to easily see the source of the status.

For example, if your continuous integration system is posting build status, you would want to provide the deep link for the build output for this specific SHA:

http://ci.example.com/user/repo/build/sha

Assembly
Cake.GitHub.dll
Namespace
Cake.GitHub
Containing Type
GitHubStatusSettings

Syntax

public string TargetUrl { get; set; }

Value

Type Description
string