Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/BuildInterfaces
DockerProcess
Interface DockerProcess
Represents a build process.
interface
DockerProcess
{
target
?:
DockerProcessTarget
;
type
?:
number
;
}
Hierarchy (
View Summary
)
BuildProcess
DockerProcess
Index
Properties
target?
type?
Properties
Optional
target
target
?:
DockerProcessTarget
Optional
type
type
?:
number
The type of the process.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
target
type
azure-devops-node-api
Loading...
Represents a build process.