Deployment
class Deployment extends Model (View source)
Properties
| protected | $cloudBuildOptionsType | ||
| protected | $cloudBuildOptionsDataType | ||
| protected | $containerType | ||
| protected | $containerDataType | ||
| protected | $filesType | ||
| protected | $filesDataType | ||
| protected | $zipType | ||
| protected | $zipDataType |
Methods
Details
setCloudBuildOptions(CloudBuildOptions $cloudBuildOptions)
No description
CloudBuildOptions
getCloudBuildOptions()
No description
setContainer(ContainerInfo $container)
No description
ContainerInfo
getContainer()
No description
setFiles($files)
No description
FileInfo[]
getFiles()
No description
setZip(ZipInfo $zip)
No description
ZipInfo
getZip()
No description