Modifier and Type | Method and Description |
---|---|
MergeRequestObjectAttributes |
NoteHook.getMergeRequest() |
MergeRequestObjectAttributes |
MergeRequestHook.getObjectAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
NoteHook.setMergeRequest(MergeRequestObjectAttributes mergeRequest) |
void |
MergeRequestHook.setObjectAttributes(MergeRequestObjectAttributes objectAttributes) |
Modifier and Type | Field and Description |
---|---|
protected MergeRequestObjectAttributes |
NoteHookBuilder.value$mergeRequest$com$dabsquared$gitlabjenkins$gitlab$hook$model$MergeRequestObjectAttributes |
protected MergeRequestObjectAttributes |
MergeRequestHookBuilder.value$objectAttributes$com$dabsquared$gitlabjenkins$gitlab$hook$model$MergeRequestObjectAttributes |
Modifier and Type | Method and Description |
---|---|
MergeRequestObjectAttributes |
MergeRequestObjectAttributesBuilder.build()
Creates a new
MergeRequestObjectAttributes based on this builder's settings. |
Modifier and Type | Method and Description |
---|---|
NoteHookBuilder |
NoteHookBuilder.withMergeRequest(MergeRequestObjectAttributes value)
Sets the default value for the mergeRequest property.
|
MergeRequestHookBuilder |
MergeRequestHookBuilder.withObjectAttributes(MergeRequestObjectAttributes value)
Sets the default value for the objectAttributes property.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TriggerConfigChain.test(MergeRequestObjectAttributes mergeRequestObjectAttributes) |
Modifier and Type | Method and Description |
---|---|
TriggerConfigChain |
TriggerConfigChain.acceptIf(boolean condition,
Predicate<MergeRequestObjectAttributes> trigger) |
TriggerConfigChain |
TriggerConfigChain.rejectUnless(boolean condition,
Predicate<MergeRequestObjectAttributes> trigger) |
Copyright © 2016–2022. All rights reserved.