aem-plugin / com.cognifide.gradle.aem.bundle.tasks / BundleInstall

BundleInstall

open class BundleInstall : BundleTask

Constructors

<init>

BundleInstall()

Properties

refreshPackages

Controls if bundle dependent packages should be refreshed within installation.

val refreshPackages: Property<Boolean!>!

retry

Repeat install when failed (brute-forcing).

var retry: Retry

start

Controls if bundle after installation should be immediatelly started.

val start: Property<Boolean!>!

startLevel

OSGi start level at which installed bundle will be started.

val startLevel: Property<Int!>!

Functions

install

open fun install(): Unit

Companion Object Properties

NAME

const val NAME: String