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 after property.
|
PushHookBuilder |
PushHookBuilder.withBefore(String value)
Sets the default value for the before property.
|
PushHookBuilder |
PushHookBuilder.withCommits(List<Commit> value)
Sets the default value for the commits property.
|
PushHookBuilder |
PushHookBuilder.withObjectKind(String value)
Sets the default value for the objectKind property.
|
PushHookBuilder |
PushHookBuilder.withProject(Project value)
Sets the default value for the project property.
|
PushHookBuilder |
PushHookBuilder.withProjectId(Integer value)
Sets the default value for the projectId property.
|
PushHookBuilder |
PushHookBuilder.withRef(String value)
Sets the default value for the ref property.
|
PushHookBuilder |
PushHookBuilder.withRepository(Repository value)
Sets the default value for the repository property.
|
PushHookBuilder |
PushHookBuilder.withTotalCommitsCount(Integer value)
Sets the default value for the totalCommitsCount property.
|
PushHookBuilder |
PushHookBuilder.withUserAvatar(String value)
Sets the default value for the userAvatar property.
|
PushHookBuilder |
PushHookBuilder.withUserEmail(String value)
Sets the default value for the userEmail property.
|
PushHookBuilder |
PushHookBuilder.withUserId(Integer value)
Sets the default value for the userId property.
|
PushHookBuilder |
PushHookBuilder.withUserName(String value)
Sets the default value for the userName property.
|
PushHookBuilder |
PushHookBuilder.withUserUsername(String value)
Sets the default value for the userUsername property.
|
Copyright © 2016–2022. All rights reserved.