Uses of Enum
io.jenkins.plugins.xygeni.model.BuildEvent.Action
Packages that use BuildEvent.Action
-
Uses of BuildEvent.Action in io.jenkins.plugins.xygeni.events
Methods in io.jenkins.plugins.xygeni.events with parameters of type BuildEvent.ActionModifier and TypeMethodDescriptionvoid
XygeniRunListener.onAction
(Run r, BuildEvent.Action action) -
Uses of BuildEvent.Action in io.jenkins.plugins.xygeni.model
Methods in io.jenkins.plugins.xygeni.model that return BuildEvent.ActionModifier and TypeMethodDescriptionstatic BuildEvent.Action
Returns the enum constant of this type with the specified name.static BuildEvent.Action[]
BuildEvent.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.xygeni.model with parameters of type BuildEvent.ActionModifier and TypeMethodDescriptionstatic BuildEvent
BuildEvent.from
(Run r, BuildEvent.Action action) Constructors in io.jenkins.plugins.xygeni.model with parameters of type BuildEvent.Action