Package org.azd.git.pushes
Class PushesRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.git.pushes.PushesRequestBuilder.GetQueryParameters
- Enclosing class:
PushesRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionThe number of commits to include in the result.If true, include the list of refs that were updated by the push. -
Constructor Summary
-
Method Summary
-
Field Details
-
includeCommits
The number of commits to include in the result. -
includeRefUpdates
If true, include the list of refs that were updated by the push.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-