Поделиться через


BuildsController.GetBuilds - метод

Пространство имен:  Microsoft.TeamFoundation.Build.Server.Rest
Сборка:  Microsoft.TeamFoundation.Build.Server (в Microsoft.TeamFoundation.Build.Server.dll)

Синтаксис

'Декларация
<HttpGetAttribute> _
Public Function GetBuilds ( _
    projectName As String, _
    requestedFor As String, _
    definition As String, _
    skip As Integer, _
    top As Integer, _
    ids As String _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetBuilds(
    string projectName,
    string requestedFor,
    string definition,
    int skip,
    int top,
    string ids
)

Параметры

Возвращаемое значение

Тип: System.Net.Http.HttpResponseMessage

Безопасность платформы .NET Framework

См. также

Ссылки

BuildsController Класс

Microsoft.TeamFoundation.Build.Server.Rest - пространство имен