GetProjectHookPlainArgs

data class GetProjectHookPlainArgs(val hookId: Int, val project: String) : ConvertibleToJava<GetProjectHookPlainArgs>

A collection of arguments for invoking getProjectHook.

Constructors

Link copied to clipboard
fun GetProjectHookPlainArgs(hookId: Int, project: String)

Functions

Link copied to clipboard
open override fun toJava(): GetProjectHookPlainArgs

Properties

Link copied to clipboard
val hookId: Int

The id of the project hook.

Link copied to clipboard

The name or id of the project to add the hook to.