GetProjectHookPlainArgs

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

A collection of arguments for invoking getProjectHook.

Constructors

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

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.

Functions

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