[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public DeploymentList new_union (DeploymentList sourceTwo)
Warning: new_union is deprecated since 0.2.2.
Construct a new deployment list that is filled with all the deployments that are present in either this
and sourceTwo
.
Use new_union instead.
this |
the first deployment list to copy |
sourceTwo |
the second deployment list to copy |
a union of the two deployment lists |