Package org.azd.build.yaml
Class YamlRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.build.yaml.YamlRequestBuilder.GetQueryParameters
- Enclosing class:
YamlRequestBuilder
-
Field Summary
Modifier and TypeFieldDescriptionIf true includes the latest builds.If specified, indicates the date from which metrics should be included.String[]
A comma-delimited list of properties to include in the results.The revision number to retrieve. -
Constructor Summary
-
Method Summary
-
Field Details
-
includeLatestBuilds
If true includes the latest builds. -
minMetricsTime
If specified, indicates the date from which metrics should be included. -
propertyFilters
A comma-delimited list of properties to include in the results. -
revision
The revision number to retrieve. If this is not specified, the latest version will be returned.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-