Package io.jenkins.plugins.xygeni.model
Class ComputerEvent
- java.lang.Object
-
- io.jenkins.plugins.xygeni.model.XygeniEvent
-
- io.jenkins.plugins.xygeni.model.ComputerEvent
-
public class ComputerEvent extends XygeniEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComputerEvent.Action
-
Constructor Summary
Constructors Constructor Description ComputerEvent(ComputerEvent.Action type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComputerEvent
from(Computer computer, ComputerEvent.Action action)
protected String
getAction()
protected String
getType()
-
Methods inherited from class io.jenkins.plugins.xygeni.model.XygeniEvent
setProperty, toJson, toString
-
-
-
-
Constructor Detail
-
ComputerEvent
public ComputerEvent(ComputerEvent.Action type)
-
-
Method Detail
-
from
public static ComputerEvent from(Computer computer, ComputerEvent.Action action)
-
getType
protected String getType()
- Specified by:
getType
in classXygeniEvent
-
getAction
protected String getAction()
- Specified by:
getAction
in classXygeniEvent
-
-