Uses of Interface
io.jenkins.plugins.maplelabs.Events.interfaces.IEvent
-
Packages that use IEvent Package Description io.jenkins.plugins.maplelabs io.jenkins.plugins.maplelabs.Events.Collector io.jenkins.plugins.maplelabs.Events.Data io.jenkins.plugins.maplelabs.Events.interfaces -
-
Uses of IEvent in io.jenkins.plugins.maplelabs
Methods in io.jenkins.plugins.maplelabs with parameters of type IEvent Modifier and Type Method Description static boolean
Utils. sendEvent(IEvent event)
This function will assembel Event details and call client -
Uses of IEvent in io.jenkins.plugins.maplelabs.Events.Collector
Classes in io.jenkins.plugins.maplelabs.Events.Collector that implement IEvent Modifier and Type Class Description class
BuildEventCollectorImpl
class
ComputerEventCollectorImpl
class
SecurityEventCollectorImpl
-
Uses of IEvent in io.jenkins.plugins.maplelabs.Events.Data
Classes in io.jenkins.plugins.maplelabs.Events.Data that implement IEvent Modifier and Type Class Description class
AbstractBuildEvent
class
AbstractEvent
-
Uses of IEvent in io.jenkins.plugins.maplelabs.Events.interfaces
Subinterfaces of IEvent in io.jenkins.plugins.maplelabs.Events.interfaces Modifier and Type Interface Description interface
IBuildEvent
interface
IComputerEvent
interface
ISecurityEvent
-