fun add(name: String, vararg types: String): FileContainerItem
Add a container (zip package) configuration to the component build.
name - named description of a file container
types - set of deployment or environment types
fun add(name: String): FileContainerItem
Add a dependency from any possible definition a to the configuration.
name - named description of a file container.
fun add(name: String, action: Action<in FileContainerItem>): Unit
Add a container (zip package) configuration to the component build.
name - named description of a file container.
action - action to configure all parameters of file container item.