次の方法で共有


FileTaskRunRequest.SourceLocation プロパティ

定義

ソース コンテキストの URL (絶対または相対) を取得または設定します。 tar または git リポジトリへの URL を指定できます。 相対 URL の場合は、listBuildSourceUploadUrl API を呼び出して相対パスを取得する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="sourceLocation")]
public string SourceLocation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourceLocation")>]
member this.SourceLocation : string with get, set
Public Property SourceLocation As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象