public class BundleInstall
extends BundleTask
@NotNull public static java.lang.String NAME
public static com.cognifide.gradle.aem.bundle.tasks.BundleInstall.Companion Companion
public org.gradle.api.provider.Property<java.lang.Boolean> getStart()
Controls if bundle after installation should be immediatelly started.
public org.gradle.api.provider.Property<java.lang.Integer> getStartLevel()
OSGi start level at which installed bundle will be started.
public org.gradle.api.provider.Property<java.lang.Boolean> getRefreshPackages()
Controls if bundle dependent packages should be refreshed within installation.
@NotNull public com.cognifide.gradle.common.build.Retry getRetry()
Repeat install when failed (brute-forcing).
public void setRetry(@NotNull
com.cognifide.gradle.common.build.Retry p)
Repeat install when failed (brute-forcing).
public void install()