Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.Commit
Packages that use Commit
Package
Description
-
Uses of Commit in com.dabsquared.gitlabjenkins.gitlab.hook.model
Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model that return CommitMethods in com.dabsquared.gitlabjenkins.gitlab.hook.model that return types with arguments of type CommitMethods in com.dabsquared.gitlabjenkins.gitlab.hook.model with parameters of type CommitModifier and TypeMethodDescriptionvoid
MergeRequestObjectAttributes.setLastCommit
(Commit lastCommit) Method parameters in com.dabsquared.gitlabjenkins.gitlab.hook.model with type arguments of type CommitModifier 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
Fields in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated declared as CommitModifier and TypeFieldDescriptionprotected Commit
MergeRequestObjectAttributesBuilder.value$lastCommit$com$dabsquared$gitlabjenkins$gitlab$hook$model$Commit
Fields in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated with type parameters of type CommitModifier and TypeFieldDescriptionPipelineHookBuilder.value$commits$java$util$List
PushHookBuilder.value$commits$java$util$List
Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated that return CommitModifier and TypeMethodDescriptionCommitBuilder.build()
Creates a newCommit
based on this builder's settings.Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated with parameters of type CommitModifier and TypeMethodDescriptionMergeRequestObjectAttributesBuilder.withLastCommit
(Commit value) Sets the default value for the lastCommit property.Method parameters in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated with type arguments of type CommitModifier 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.