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