Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated.PushHookBuilder
-
Uses of PushHookBuilder in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Modifier and TypeMethodDescriptionPushHookBuilder.but()
Returns a clone of this builder.static PushHookBuilder
PushHookBuilder.pushHook()
Factory Method to construct a PushHookBuilderSets the default value for the after property.PushHookBuilder.withBefore
(String value) Sets the default value for the before property.PushHookBuilder.withCommits
(List<Commit> value) Sets the default value for the commits property.PushHookBuilder.withObjectKind
(String value) Sets the default value for the objectKind property.PushHookBuilder.withProject
(Project value) Sets the default value for the project property.PushHookBuilder.withProjectId
(Integer value) Sets the default value for the projectId property.Sets the default value for the ref property.PushHookBuilder.withRepository
(Repository value) Sets the default value for the repository property.PushHookBuilder.withTotalCommitsCount
(Integer value) Sets the default value for the totalCommitsCount property.PushHookBuilder.withUserAvatar
(String value) Sets the default value for the userAvatar property.PushHookBuilder.withUserEmail
(String value) Sets the default value for the userEmail property.PushHookBuilder.withUserId
(Integer value) Sets the default value for the userId property.PushHookBuilder.withUserName
(String value) Sets the default value for the userName property.PushHookBuilder.withUserUsername
(String value) Sets the default value for the userUsername property.