You are here

public property DeployPlan::$endpoints in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 includes/DeployPlan.inc \DeployPlan::endpoints

An array of names of endpoints that this plan is to be deployed to.

Type: array

File

includes/DeployPlan.inc, line 106
Definition of a deployment plan and associated exceptions.

Class

DeployPlan
Class representing a deployment plan.

Code

public $endpoints = array();