Uses of Enum
org.arquillian.cube.openshift.impl.utils.HookType
Packages that use HookType
-
Uses of HookType in org.arquillian.cube.openshift.impl.utils
Methods in org.arquillian.cube.openshift.impl.utils that return HookTypeModifier and TypeMethodDescriptionRCContext.getLifecycleHook()RCContext.getProbeHook()static HookTypeHookType.toHookType(String string) static HookTypeReturns the enum constant of this type with the specified name.static HookType[]HookType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.arquillian.cube.openshift.impl.utils with parameters of type HookTypeModifier and TypeMethodDescriptionvoidRCContext.setLifecycleHook(HookType lifecycleHook) voidRCContext.setProbeHook(HookType probeHook)