Uses of Class
io.jenkins.plugins.maplelabs.Events.interfaces.IComputerEvent.Type
-
Packages that use IComputerEvent.Type Package Description io.jenkins.plugins.maplelabs.Events.Collector io.jenkins.plugins.maplelabs.Events.interfaces -
-
Uses of IComputerEvent.Type in io.jenkins.plugins.maplelabs.Events.Collector
Methods in io.jenkins.plugins.maplelabs.Events.Collector with parameters of type IComputerEvent.Type Modifier and Type Method Description voidComputerEventCollectorImpl. collectEventData(Computer computer, OfflineCause cause, IComputerEvent.Type type)This function will called when node is offline/ temp offline -
Uses of IComputerEvent.Type in io.jenkins.plugins.maplelabs.Events.interfaces
Methods in io.jenkins.plugins.maplelabs.Events.interfaces that return IComputerEvent.Type Modifier and Type Method Description static IComputerEvent.TypeIComputerEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IComputerEvent.Type[]IComputerEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.maplelabs.Events.interfaces with parameters of type IComputerEvent.Type Modifier and Type Method Description voidIComputerEvent. collectEventData(Computer computer, OfflineCause cause, IComputerEvent.Type type)
-