Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.Commit
Package
Description
-
Uses of Commit in com.dabsquared.gitlabjenkins.gitlab.hook.model
Modifier and TypeMethodDescriptionvoid
MergeRequestObjectAttributes.setLastCommit
(Commit lastCommit) Modifier and TypeMethodDescriptionvoid
PipelineHook.setCommits
(List<Commit> commits) void
PushHook.setCommits
(List<Commit> commits) -
Uses of Commit in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Modifier and TypeFieldDescriptionprotected Commit
MergeRequestObjectAttributesBuilder.value$lastCommit$com$dabsquared$gitlabjenkins$gitlab$hook$model$Commit
Modifier and TypeFieldDescriptionPipelineHookBuilder.value$commits$java$util$List
PushHookBuilder.value$commits$java$util$List
Modifier and TypeMethodDescriptionCommitBuilder.build()
Creates a newCommit
based on this builder's settings.Modifier and TypeMethodDescriptionMergeRequestObjectAttributesBuilder.withLastCommit
(Commit value) Sets the default value for the lastCommit property.Modifier and TypeMethodDescriptionPipelineHookBuilder.withCommits
(List<Commit> value) Sets the default value for the commits property.PushHookBuilder.withCommits
(List<Commit> value) Sets the default value for the commits property.