Package io.jenkins.plugins.xygeni.model
Class ItemEvent
- java.lang.Object
-
- io.jenkins.plugins.xygeni.model.XygeniEvent
-
- io.jenkins.plugins.xygeni.model.ItemEvent
-
public class ItemEvent extends XygeniEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ItemEvent.Action
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_CLASS
-
Constructor Summary
Constructors Constructor Description ItemEvent(ItemEvent.Action action)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ItemEvent
from(Item item, ItemEvent.Action action)
protected String
getAction()
protected String
getType()
-
Methods inherited from class io.jenkins.plugins.xygeni.model.XygeniEvent
setProperty, toJson, toString
-
-
-
-
Field Detail
-
TYPE_CLASS
public static final String TYPE_CLASS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ItemEvent
public ItemEvent(ItemEvent.Action action)
-
-
Method Detail
-
from
public static ItemEvent from(Item item, ItemEvent.Action action)
-
getType
protected String getType()
- Specified by:
getType
in classXygeniEvent
-
getAction
protected String getAction()
- Specified by:
getAction
in classXygeniEvent
-
-