Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated |
Modifier and Type | Field and Description |
---|---|
protected PushHookBuilder |
PushHookBuilder.self |
Modifier and Type | Method and Description |
---|---|
PushHookBuilder |
PushHookBuilder.but()
Returns a clone of this builder.
|
static PushHookBuilder |
PushHookBuilder.pushHook()
Factory Method to construct a PushHookBuilder
|
PushHookBuilder |
PushHookBuilder.withAfter(String value)
Sets the default value for the
PushHook.after property. |
PushHookBuilder |
PushHookBuilder.withBefore(String value)
Sets the default value for the
PushHook.before property. |
PushHookBuilder |
PushHookBuilder.withCommits(List<Commit> value)
Sets the default value for the
PushHook.commits property. |
PushHookBuilder |
PushHookBuilder.withObjectKind(String value)
Sets the default value for the
WebHook.objectKind property. |
PushHookBuilder |
PushHookBuilder.withProject(Project value)
Sets the default value for the
PushHook.project property. |
PushHookBuilder |
PushHookBuilder.withProjectId(Integer value)
Sets the default value for the
PushHook.projectId property. |
PushHookBuilder |
PushHookBuilder.withRef(String value)
Sets the default value for the
PushHook.ref property. |
PushHookBuilder |
PushHookBuilder.withRepository(Repository value)
Sets the default value for the
WebHook.repository property. |
PushHookBuilder |
PushHookBuilder.withTotalCommitsCount(Integer value)
Sets the default value for the
PushHook.totalCommitsCount property. |
PushHookBuilder |
PushHookBuilder.withUserAvatar(String value)
Sets the default value for the
PushHook.userAvatar property. |
PushHookBuilder |
PushHookBuilder.withUserEmail(String value)
Sets the default value for the
PushHook.userEmail property. |
PushHookBuilder |
PushHookBuilder.withUserId(Integer value)
Sets the default value for the
PushHook.userId property. |
PushHookBuilder |
PushHookBuilder.withUserName(String value)
Sets the default value for the
PushHook.userName property. |
Copyright © 2016. All rights reserved.