component-build-plugin / com.intershop.gradle.component.build.tasks / ZipContainerTask

ZipContainerTask

open class ZipContainerTask : Zip

This class provides a preconfigured Zip task to prepare the container for a component.

Constructors

<init>

ZipContainerTask()

This class provides a preconfigured Zip task to prepare the container for a component.

Properties

artifactAppendix

var artifactAppendix: String

Appendix string of the artifact.

artifactBaseName

var artifactBaseName: String

Base name of the artifact.

artifactClassifier

var artifactClassifier: String

Classifier string of the artifact.

inputFiles

var inputFiles: FileCollection

Input files for packaging.

Functions

action

fun action(): Unit

Calls the zip action to create the package.

getArchivePath

open fun getArchivePath(): File

The path of the zip package.