public class HelpCheck
extends DefaultCheck
public static com.cognifide.gradle.aem.common.instance.check.HelpCheck.Companion Companion
public HelpCheck(@NotNull
CheckGroup group)
public org.gradle.api.provider.Property<java.lang.Boolean> getEnabled()
Controls automatic instance healing.
public org.gradle.api.provider.Property<java.lang.Long> getStateTime()
After longer inactivity time, try helping instance going back to healthy state.
public org.gradle.api.provider.ListProperty<java.lang.String> getBundleStartStates()
Bundle with these states are considered for forcing start.
@NotNull public com.cognifide.gradle.common.build.Retry getBundleStartRetry()
Repeat bundle starting few times (brute-forcing).
public void setBundleStartRetry(@NotNull
com.cognifide.gradle.common.build.Retry p)
Repeat bundle starting few times (brute-forcing).
public org.gradle.api.provider.Property<java.lang.Long> getBundleStartDelay()
Time to wait after starting bundles.
public void check()