Uses of Enum Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.Action
Packages that use Action
Package
Description
-
Uses of Action in com.dabsquared.gitlabjenkins.gitlab.hook.model
Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model that return ActionModifier and TypeMethodDescriptionMergeRequestObjectAttributes.getAction()
static Action
Returns the enum constant of this class with the specified name.static Action[]
Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model with parameters of type Action -
Uses of Action in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Fields in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated declared as ActionModifier and TypeFieldDescriptionprotected Action
MergeRequestObjectAttributesBuilder.value$action$com$dabsquared$gitlabjenkins$gitlab$hook$model$Action
Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated with parameters of type ActionModifier and TypeMethodDescriptionMergeRequestObjectAttributesBuilder.withAction
(Action value) Sets the default value for the action property.