class PullRequest

Methods

static void
handle($json_content)

Action.

static void
assigned(array $content)

No description

static void
labeled(array $content)

No description

Details

at line 23
static void handle($json_content)

Action.

"assigned", "unassigned", "review_requested", "review_request_removed", "labeled", "unlabeled", "opened", "synchronize", "edited", "closed", or "reopened"

Parameters

$json_content

Return Value

void

Exceptions

Exception

at line 119
static void assigned(array $content)

Parameters

array $content

Return Value

void

Exceptions

Exception

at line 145
static void labeled(array $content)

Parameters

array $content

Return Value

void

Exceptions

Exception