Package org.azd.build.definitions
Class DefinitionsRequestBuilder.ListQueryParameters
java.lang.Object
org.azd.build.definitions.DefinitionsRequestBuilder.ListQueryParameters
- Enclosing class:
DefinitionsRequestBuilder
-
Field Summary
Modifier and TypeFieldDescriptionIf specified, filters to definitions that have builds after this date.A continuation token, returned by a previous call to this method, that can be used to return the next set of definitions.String[]
A comma-delimited list that specifies the IDs of definitions to retrieve.Indicates whether the full definitions should be returned.Indicates whether to return the latest and latest completed builds for this definition.If specified, indicates the date from which metrics should be included.If specified, filters to definitions whose names match this pattern.If specified, filters to definitions that do not have builds after this date.If specified, filters to definitions under this folder.If specified, filters to definitions with the given process type.Indicates the order in which definitions should be returned.A repository ID.If specified, filters to definitions that have a repository of this type.If specified, filters to definitions that use the specified task.The maximum number of definitions to return.If specified, filters to YAML definitions that match the given filename. -
Constructor Summary
-
Method Summary
-
Field Details
-
top
The maximum number of definitions to return. -
builtAfter
If specified, filters to definitions that have builds after this date. -
continuationToken
A continuation token, returned by a previous call to this method, that can be used to return the next set of definitions. -
definitionIds
A comma-delimited list that specifies the IDs of definitions to retrieve. -
includeAllProperties
Indicates whether the full definitions should be returned. By default, shallow representations of the definitions are returned. -
includeLatestBuilds
Indicates whether to return the latest and latest completed builds for this definition. -
minMetricsTime
If specified, indicates the date from which metrics should be included. -
name
If specified, filters to definitions whose names match this pattern. -
notBuiltAfter
If specified, filters to definitions that do not have builds after this date. -
path
If specified, filters to definitions under this folder. -
processType
If specified, filters to definitions with the given process type. -
queryOrder
Indicates the order in which definitions should be returned. -
repositoryId
A repository ID. If specified, filters to definitions that use this repository. -
repositoryType
If specified, filters to definitions that have a repository of this type. -
taskIdFilter
If specified, filters to definitions that use the specified task. -
yamlFilename
If specified, filters to YAML definitions that match the given filename. To use this filter includeAllProperties should be set to true
-
-
Constructor Details
-
ListQueryParameters
public ListQueryParameters()
-