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() |
Modifier and Type | Method and Description |
---|---|
void |
MergeRequestObjectAttributes.setLastCommit(Commit lastCommit) |
Modifier and Type | Method and Description |
---|---|
void |
PushHook.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> |
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
MergeRequestObjectAttributes.lastCommit property. |
Modifier and Type | Method and Description |
---|---|
PushHookBuilder |
PushHookBuilder.withCommits(List<Commit> value)
Sets the default value for the
PushHook.commits property. |
Copyright © 2016. All rights reserved.