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

  • searchCriteria
    Type: GitPushSearchCriteria

Return Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

GitPushesController Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace