Package org.azd.policy.evaluations
Class EvaluationsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.policy.evaluations.EvaluationsRequestBuilder.GetQueryParameters
- Enclosing class:
EvaluationsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionA string which uniquely identifies the target of a policy evaluation.Some policies might determine that they do not apply to a specific pull request.The number of policy evaluation records to ignore.The maximum number of evaluation records to return -
Constructor Summary
-
Method Summary
-
Field Details
-
top
The maximum number of evaluation records to return -
artifactId
A string which uniquely identifies the target of a policy evaluation. -
skip
The number of policy evaluation records to ignore. For example, to retrieve results 101-150, set top to 50 and skip to 100. -
includeNotApplicable
Some policies might determine that they do not apply to a specific pull request. Setting this parameter to true will return evaluation records even for policies which don't apply to this pull request.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-