component-build-plugin / com.intershop.gradle.component.build.extension.container / FileContainerItemContainer / add

add

fun add(name: String, vararg types: String): FileContainerItem

Add a container (zip package) configuration to the component build.

Parameters

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.

Parameters

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.

Parameters

name - named description of a file container.

action - action to configure all parameters of file container item.