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 booleanUtils. 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 classBuildEventCollectorImplclassComputerEventCollectorImplclassSecurityEventCollectorImpl -
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 classAbstractBuildEventclassAbstractEvent -
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 interfaceIBuildEventinterfaceIComputerEventinterfaceISecurityEvent
-