Uses of Class
org.jreleaser.model.internal.hooks.ScriptHook
Packages that use ScriptHook
-
Uses of ScriptHook in org.jreleaser.model.internal.hooks
Methods in org.jreleaser.model.internal.hooks that return types with arguments of type ScriptHookModifier and TypeMethodDescriptionScriptHooks.getBefore()ScriptHooks.getFailure()ScriptHooks.getSuccess()Methods in org.jreleaser.model.internal.hooks with parameters of type ScriptHookModifier and TypeMethodDescriptionvoidScriptHooks.addBefore(ScriptHook hook) voidScriptHooks.addFailure(ScriptHook hook) voidScriptHooks.addSuccess(ScriptHook hook) voidScriptHook.merge(ScriptHook source) Method parameters in org.jreleaser.model.internal.hooks with type arguments of type ScriptHookModifier and TypeMethodDescriptionvoidScriptHooks.setBefore(List<ScriptHook> before) voidScriptHooks.setFailure(List<ScriptHook> failure) voidScriptHooks.setSuccess(List<ScriptHook> success)