class Canary extends Model (View source)

Properties

protected $canaryDeploymentType
protected $canaryDeploymentDataType
protected $customCanaryDeploymentType
protected $customCanaryDeploymentDataType
protected $runtimeConfigType
protected $runtimeConfigDataType

Methods

setCanaryDeployment(CanaryDeployment $canaryDeployment)

No description

setCustomCanaryDeployment(CustomCanaryDeployment $customCanaryDeployment)

No description

setRuntimeConfig(RuntimeConfig $runtimeConfig)

No description

getRuntimeConfig()

No description

Details

setCanaryDeployment(CanaryDeployment $canaryDeployment)

No description

Parameters

CanaryDeployment $canaryDeployment

CanaryDeployment getCanaryDeployment()

No description

Return Value

CanaryDeployment

setCustomCanaryDeployment(CustomCanaryDeployment $customCanaryDeployment)

No description

Parameters

CustomCanaryDeployment $customCanaryDeployment

CustomCanaryDeployment getCustomCanaryDeployment()

No description

Return Value

CustomCanaryDeployment

setRuntimeConfig(RuntimeConfig $runtimeConfig)

No description

Parameters

RuntimeConfig $runtimeConfig

RuntimeConfig getRuntimeConfig()

No description

Return Value

RuntimeConfig