Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12742133
JenkinsPayloadEvent.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
655 B
Referenced Files
None
Subscribers
None
JenkinsPayloadEvent.php
View Options
<?php
namespace
Nasqueron\Notifications\Events
;
use
Nasqueron\Notifications\Events\Event
;
use
Illuminate\Queue\SerializesModels
;
class
JenkinsPayloadEvent
extends
Event
{
use
SerializesModels
;
/**
* The gate door which receives the request
* @var string
*/
public
$door
;
/**
* The request content, as a structured data
* @var \stdClass
*/
public
$payload
;
/**
* Creates a new event instance.
*
* @param string $door
* @param \stdClass $payload
*/
public
function
__construct
(
$door
,
$payload
)
{
$this
->
door
=
$door
;
$this
->
payload
=
$payload
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Nov 16, 13:41 (19 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3138237
Default Alt Text
JenkinsPayloadEvent.php (655 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment