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