BuildsController.GetBuilds Method
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
)
[HttpGetAttribute]
public:
HttpResponseMessage^ GetBuilds(
String^ projectName,
String^ requestedFor,
String^ definition,
int skip,
int top,
String^ ids
)
[<HttpGetAttribute>]
member GetBuilds :
projectName:string *
requestedFor:string *
definition:string *
skip:int *
top:int *
ids:string -> HttpResponseMessage
public function GetBuilds(
projectName : String,
requestedFor : String,
definition : String,
skip : int,
top : int,
ids : String
) : HttpResponseMessage
Parameters
- projectName
Type: System.String
- requestedFor
Type: System.String
- definition
Type: System.String
- skip
Type: System.Int32
- top
Type: System.Int32
- ids
Type: System.String
Return Value
Type: System.Net.Http.HttpResponseMessage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.