Modifier and Type | Method and Description |
---|---|
Action |
MergeRequestObjectAttributes.getAction() |
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MergeRequestObjectAttributes.setAction(Action action) |
Modifier and Type | Field and Description |
---|---|
protected Action |
MergeRequestObjectAttributesBuilder.value$action$com$dabsquared$gitlabjenkins$gitlab$hook$model$Action |
Modifier and Type | Method and Description |
---|---|
MergeRequestObjectAttributesBuilder |
MergeRequestObjectAttributesBuilder.withAction(Action value)
Sets the default value for the action property.
|
Modifier and Type | Method and Description |
---|---|
TriggerConfigChain |
TriggerConfigChain.acceptIf(boolean condition,
EnumSet<State> states,
EnumSet<Action> actions) |
TriggerConfigChain |
TriggerConfigChain.acceptIf(boolean condition,
Predicate<State> states,
Predicate<Action> actions) |
TriggerConfigChain |
TriggerConfigChain.acceptOnlyIf(boolean condition,
EnumSet<State> states,
EnumSet<Action> actions) |
TriggerConfigChain |
TriggerConfigChain.add(Collection<State> states,
Collection<Action> actions) |
TriggerConfigChain |
TriggerConfigChain.rejectUnless(boolean condition,
EnumSet<State> states,
EnumSet<Action> actions) |
Copyright © 2016–2022. All rights reserved.