Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12870843
JenkinsPayloadEvent.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
653 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
Mon, Nov 17, 15:58 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3145868
Default Alt Text
JenkinsPayloadEvent.php (653 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment