Class DefinitionsRequestBuilder.ListQueryParameters

java.lang.Object
org.azd.build.definitions.DefinitionsRequestBuilder.ListQueryParameters
Enclosing class:
DefinitionsRequestBuilder

public static class DefinitionsRequestBuilder.ListQueryParameters extends Object
  • Field Details

    • top

      public Integer top
      The maximum number of definitions to return.
    • builtAfter

      public String builtAfter
      If specified, filters to definitions that have builds after this date.
    • continuationToken

      public String continuationToken
      A continuation token, returned by a previous call to this method, that can be used to return the next set of definitions.
    • definitionIds

      public String[] definitionIds
      A comma-delimited list that specifies the IDs of definitions to retrieve.
    • includeAllProperties

      public Boolean includeAllProperties
      Indicates whether the full definitions should be returned. By default, shallow representations of the definitions are returned.
    • includeLatestBuilds

      public Boolean includeLatestBuilds
      Indicates whether to return the latest and latest completed builds for this definition.
    • minMetricsTime

      public String minMetricsTime
      If specified, indicates the date from which metrics should be included.
    • name

      public String name
      If specified, filters to definitions whose names match this pattern.
    • notBuiltAfter

      public String notBuiltAfter
      If specified, filters to definitions that do not have builds after this date.
    • path

      public String path
      If specified, filters to definitions under this folder.
    • processType

      public Number processType
      If specified, filters to definitions with the given process type.
    • queryOrder

      public DefinitionQueryOrder queryOrder
      Indicates the order in which definitions should be returned.
    • repositoryId

      public String repositoryId
      A repository ID. If specified, filters to definitions that use this repository.
    • repositoryType

      public String repositoryType
      If specified, filters to definitions that have a repository of this type.
    • taskIdFilter

      public String taskIdFilter
      If specified, filters to definitions that use the specified task.
    • yamlFilename

      public String 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()