Package org.azd.build.definitions
Class DefinitionsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.build.definitions.DefinitionsRequestBuilder.GetQueryParameters
- Enclosing class:
DefinitionsRequestBuilder
-
Field Summary
Modifier and TypeFieldDescriptionIf true includes 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 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()
-