DeploymentQueryParameters interface

Properties

artifactSourceId

Query deployments based specified artifact source id.

artifactTypeId

Query deployments based specified artifact type id.

artifactVersions

Query deployments based specified artifact versions.

deploymentsPerEnvironment

Query deployments number of deployments per environment.

deploymentStatus

Query deployment based on deployment status.

environments

Query deployments of specified environments.

expands

Query deployments based specified expands.

isDeleted

Specify deleted deployments should return or not.

latestDeploymentsOnly
maxDeploymentsPerEnvironment
maxModifiedTime
minModifiedTime
operationStatus

Query deployment based on deployment operation status.

queryOrder
queryType

Query deployments based query type.

sourceBranch

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

queryOrder: ReleaseQueryOrder

Property Value

queryType

Query deployments based query type.

queryType: DeploymentsQueryType

Property Value

sourceBranch

Query deployments based specified source branch.

sourceBranch: string

Property Value

string