Modifier and Type | Method and Description |
---|---|
List<MergeRequest> |
GitLabClient.getMergeRequests(String projectId,
State state,
int page,
int perPage) |
Modifier and Type | Method and Description |
---|---|
State |
MergeRequest.getState() |
Modifier and Type | Method and Description |
---|---|
void |
MergeRequest.setState(State state) |
Modifier and Type | Field and Description |
---|---|
protected State |
MergeRequestBuilder.value$state$com$dabsquared$gitlabjenkins$gitlab$hook$model$State |
Modifier and Type | Method and Description |
---|---|
MergeRequestBuilder |
MergeRequestBuilder.withState(State value)
Sets the default value for the state property.
|
Modifier and Type | Method and Description |
---|---|
State |
MergeRequestObjectAttributes.getState() |
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.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.setState(State state) |
Modifier and Type | Field and Description |
---|---|
protected State |
MergeRequestObjectAttributesBuilder.value$state$com$dabsquared$gitlabjenkins$gitlab$hook$model$State |
Modifier and Type | Method and Description |
---|---|
MergeRequestObjectAttributesBuilder |
MergeRequestObjectAttributesBuilder.withState(State value)
Sets the default value for the state 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.