Package org.azd.release.releases
Class ReleasesRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.release.releases.ReleasesRequestBuilder.GetQueryParameters
- Enclosing class:
ReleasesRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionA filter which would allow fetching approval steps selectively based on whether it is automated, or manual.A property that should be expanded in the release.A comma-delimited list of extended properties to be retrieved.Number of release gate records to get. -
Constructor Summary
-
Method Summary
-
Field Details
-
expand
A property that should be expanded in the release. -
topGateRecords
Number of release gate records to get. Default is 5. -
approvalFilters
A filter which would allow fetching approval steps selectively based on whether it is automated, or manual. This would also decide whether we should fetch pre and post approval snapshots. Assumes All by default -
propertyFilters
A comma-delimited list of extended properties to be retrieved. If set, the returned Release will contain values for the specified property Ids (if they exist). If not set, properties will not be included.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-