open class ZipContainerTask : Zip
This class provides a preconfigured Zip task to prepare the container for a component.
ZipContainerTask()
This class provides a preconfigured Zip task to prepare the container for a component. |
var artifactAppendix: String
Appendix string of the artifact. |
|
var artifactBaseName: String
Base name of the artifact. |
|
var artifactClassifier: String
Classifier string of the artifact. |
|
var inputFiles: FileCollection
Input files for packaging. |
fun action(): Unit
Calls the zip action to create the package. |
|
open fun getArchivePath(): File
The path of the zip package. |