Package io.jenkins.plugins.xygeni.model
Class ConfigEvent
- java.lang.Object
-
- io.jenkins.plugins.xygeni.model.XygeniEvent
-
- io.jenkins.plugins.xygeni.model.ConfigEvent
-
public class ConfigEvent extends XygeniEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigEvent.Action
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_CLASS
-
Constructor Summary
Constructors Constructor Description ConfigEvent(ConfigEvent.Action type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigEvent
from(Saveable saveableConfig, XmlFile file, ConfigEvent.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
-
ConfigEvent
public ConfigEvent(ConfigEvent.Action type)
-
-
Method Detail
-
from
public static ConfigEvent from(Saveable saveableConfig, XmlFile file, ConfigEvent.Action action)
-
getType
protected String getType()
- Specified by:
getType
in classXygeniEvent
-
getAction
protected String getAction()
- Specified by:
getAction
in classXygeniEvent
-
-