Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.hook.model | |
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated |
Modifier and Type | Method and Description |
---|---|
Commit |
MergeRequestObjectAttributes.getLastCommit() |
Modifier and Type | Method and Description |
---|---|
List<Commit> |
PushHook.getCommits() |
List<Commit> |
PipelineHook.getCommits() |
Modifier and Type | Method and Description |
---|---|
void |
MergeRequestObjectAttributes.setLastCommit(Commit lastCommit) |
Modifier and Type | Method and Description |
---|---|
void |
PushHook.setCommits(List<Commit> commits) |
void |
PipelineHook.setCommits(List<Commit> commits) |
Modifier and Type | Field and Description |
---|---|
protected Commit |
MergeRequestObjectAttributesBuilder.value$lastCommit$com$dabsquared$gitlabjenkins$gitlab$hook$model$Commit |
Modifier and Type | Field and Description |
---|---|
protected List<Commit> |
PipelineHookBuilder.value$commits$java$util$List |
protected List<Commit> |
PushHookBuilder.value$commits$java$util$List |
Modifier and Type | Method and Description |
---|---|
Commit |
CommitBuilder.build()
Creates a new
Commit based on this builder's settings. |
Modifier and Type | Method and Description |
---|---|
MergeRequestObjectAttributesBuilder |
MergeRequestObjectAttributesBuilder.withLastCommit(Commit value)
Sets the default value for the lastCommit property.
|
Modifier and Type | Method and Description |
---|---|
PipelineHookBuilder |
PipelineHookBuilder.withCommits(List<Commit> value)
Sets the default value for the commits property.
|
PushHookBuilder |
PushHookBuilder.withCommits(List<Commit> value)
Sets the default value for the commits property.
|
Copyright © 2016–2022. All rights reserved.