Package io.jenkins.plugins.xygeni.model
Class XygeniEvent
- java.lang.Object
-
- io.jenkins.plugins.xygeni.model.XygeniEvent
-
- Direct Known Subclasses:
BuildEvent
,ComputerEvent
,ConfigEvent
,ItemEvent
,PluginsEvent
,SCMEvent
,SecurityEvent
public abstract class XygeniEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description XygeniEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract String
getAction()
protected abstract String
getType()
void
setProperty(String name, String value)
net.sf.json.JSONObject
toJson()
String
toString()
-