class Deployment extends Collection (View source)

Properties

protected $collection_key
protected $deploymentConfigType
protected $deploymentConfigDataType
string $deploymentId
protected $entryPointsType
protected $entryPointsDataType
string $updateTime

Methods

setDeploymentConfig(DeploymentConfig $deploymentConfig)

No description

setDeploymentId($deploymentId)

No description

string
getDeploymentId()

No description

setEntryPoints($entryPoints)

No description

getEntryPoints()

No description

setUpdateTime($updateTime)

No description

string
getUpdateTime()

No description

Details

setDeploymentConfig(DeploymentConfig $deploymentConfig)

No description

Parameters

DeploymentConfig $deploymentConfig

DeploymentConfig getDeploymentConfig()

No description

Return Value

DeploymentConfig

setDeploymentId($deploymentId)

No description

Parameters

$deploymentId

string getDeploymentId()

No description

Return Value

string

setEntryPoints($entryPoints)

No description

Parameters

$entryPoints

EntryPoint[] getEntryPoints()

No description

Return Value

EntryPoint[]

setUpdateTime($updateTime)

No description

Parameters

$updateTime

string getUpdateTime()

No description

Return Value

string