DeploymentQueryParameters interface
artifact |
Query deployments based specified artifact source id. |
artifact |
Query deployments based specified artifact type id. |
artifact |
Query deployments based specified artifact versions. |
deployments |
Query deployments number of deployments per environment. |
deployment |
Query deployment based on deployment status. |
environments | Query deployments of specified environments. |
expands | Query deployments based specified expands. |
is |
Specify deleted deployments should return or not. |
latest |
|
max |
|
max |
|
min |
|
operation |
Query deployment based on deployment operation status. |
query |
|
query |
Query deployments based query type. |
source |
Query deployments based specified source branch. |
Query deployments based specified artifact source id.
artifactSourceId: string
Property Value
string
Query deployments based specified artifact type id.
artifactTypeId: string
Property Value
string
Query deployments based specified artifact versions.
artifactVersions: string[]
Property Value
string[]
Query deployments number of deployments per environment.
deploymentsPerEnvironment: number
Property Value
number
Query deployment based on deployment status.
deploymentStatus: DeploymentStatus
Property Value
Query deployments of specified environments.
environments: DefinitionEnvironmentReference[]
Property Value
Query deployments based specified expands.
expands: DeploymentExpands
Property Value
Specify deleted deployments should return or not.
isDeleted: boolean
Property Value
boolean
latestDeploymentsOnly: boolean
Property Value
boolean
maxDeploymentsPerEnvironment: number
Property Value
number
maxModifiedTime: Date
Property Value
Date
minModifiedTime: Date
Property Value
Date
Query deployment based on deployment operation status.
operationStatus: DeploymentOperationStatus
Property Value
Query deployments based query type.
queryType: DeploymentsQueryType
Property Value
Query deployments based specified source branch.
sourceBranch: string
Property Value
string