GitPushesController.GetPushes Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<HttpGetAttribute> _
Public Function GetPushes ( _
repositoryId As String, _
projectId As String, _
skip As Nullable(Of Integer), _
top As Nullable(Of Integer), _
searchCriteria As GitPushSearchCriteria _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetPushes(
string repositoryId,
string projectId,
Nullable<int> skip,
Nullable<int> top,
GitPushSearchCriteria searchCriteria
)
[HttpGetAttribute]
public:
HttpResponseMessage^ GetPushes(
String^ repositoryId,
String^ projectId,
Nullable<int> skip,
Nullable<int> top,
GitPushSearchCriteria^ searchCriteria
)
[<HttpGetAttribute>]
member GetPushes :
repositoryId:string *
projectId:string *
skip:Nullable<int> *
top:Nullable<int> *
searchCriteria:GitPushSearchCriteria -> HttpResponseMessage
public function GetPushes(
repositoryId : String,
projectId : String,
skip : Nullable<int>,
top : Nullable<int>,
searchCriteria : GitPushSearchCriteria
) : HttpResponseMessage
Parameters
- repositoryId
Type: System.String
- projectId
Type: System.String
- skip
Type: System.Nullable<Int32>
- top
Type: System.Nullable<Int32>
- searchCriteria
Type: GitPushSearchCriteria
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.