public class BundleInstall
extends BundleTask
@NotNull public static java.lang.String NAME
public static com.cognifide.gradle.aem.bundle.tasks.BundleInstall.Companion Companion
public boolean getAwaited()
Check instance(s) health after installing bundles.
public void setAwaited(boolean p)
Check instance(s) health after installing bundles.
public boolean getStart()
Controls if bundle after installation should be immediatelly started.
public void setStart(boolean p)
Controls if bundle after installation should be immediatelly started.
public int getStartLevel()
OSGi start level at which installed bundle will be started.
public void setStartLevel(int p)
OSGi start level at which installed bundle will be started.
public boolean getRefreshPackages()
Controls if bundle dependent packages should be refreshed within installation.
public void setRefreshPackages(boolean p)
Controls if bundle dependent packages should be refreshed within installation.
@NotNull public Retry getRetry()
Repeat install when failed (brute-forcing).
public void setRetry(@NotNull
Retry p)
Repeat install when failed (brute-forcing).
@NotNull public kotlin.jvm.functions.Function1<com.cognifide.gradle.aem.common.instance.InstanceSync,kotlin.Unit> getInitializer()
Hook for preparing instance before installing bundles
public void setInitializer(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.InstanceSync,kotlin.Unit> p)
Hook for preparing instance before installing bundles
@NotNull public kotlin.jvm.functions.Function1<com.cognifide.gradle.aem.common.instance.InstanceSync,kotlin.Unit> getFinalizer()
Hook for cleaning instance after installing bundles
public void setFinalizer(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.InstanceSync,kotlin.Unit> p)
Hook for cleaning instance after installing bundles
@NotNull public kotlin.jvm.functions.Function0<kotlin.Unit> getCompleter()
Hook after installing all bundles to all instances.
public void setCompleter(@NotNull
kotlin.jvm.functions.Function0<kotlin.Unit> p)
Hook after installing all bundles to all instances.
public void awaitUp(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.common.instance.action.AwaitUpAction,kotlin.Unit> options)
Controls await up action.
public void awaitUp()
public void install()