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
- pushId
Type: System.Int32
- repositoryId
Type: System.String
- projectId
Type: System.String
- top
Type: System.Int32
- skip
Type: System.Int32
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.