Freigeben über


BuildsController.GetBuilds-Methode

Namespace:  Microsoft.TeamFoundation.Build.Server.Rest
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<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
)

Parameter

Rückgabewert

Typ: System.Net.Http.HttpResponseMessage

.NET Framework-Sicherheit

Siehe auch

Referenz

BuildsController Klasse

Microsoft.TeamFoundation.Build.Server.Rest-Namespace