GitCommitsController.GetPushCommits 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 GetPushCommits ( _
    pushId As Integer, _
    repositoryId As String, _
    projectId As String, _
    top As Integer, _
    skip As Integer _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetPushCommits(
    int pushId,
    string repositoryId,
    string projectId,
    int top,
    int skip
)
[HttpGetAttribute]
public:
HttpResponseMessage^ GetPushCommits(
    int pushId, 
    String^ repositoryId, 
    String^ projectId, 
    int top, 
    int skip
)
[<HttpGetAttribute>]
member GetPushCommits : 
        pushId:int * 
        repositoryId:string * 
        projectId:string * 
        top:int * 
        skip:int -> HttpResponseMessage
public function GetPushCommits(
    pushId : int, 
    repositoryId : String, 
    projectId : String, 
    top : int, 
    skip : int
) : HttpResponseMessage

Parameters

Return Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

GitCommitsController Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace