Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
PushRules |
ProjectApi.createPushRules(Object projectIdOrPath,
PushRules pushRule)
Adds a push rule to a specified project.
|
PushRules |
ProjectApi.getPushRules(Object projectIdOrPath)
Get the project's push rules.
|
PushRules |
ProjectApi.updatePushRules(Object projectIdOrPath,
PushRules pushRule)
Updates a push rule for the specified project.
|
Modifier and Type | Method and Description |
---|---|
PushRules |
ProjectApi.createPushRules(Object projectIdOrPath,
PushRules pushRule)
Adds a push rule to a specified project.
|
PushRules |
ProjectApi.updatePushRules(Object projectIdOrPath,
PushRules pushRule)
Updates a push rule for the specified project.
|
Modifier and Type | Method and Description |
---|---|
PushRules |
PushRules.withAuthorEmailRegex(String authorEmailRegex) |
PushRules |
PushRules.withBranchNameRegex(String branchNameRegex) |
PushRules |
PushRules.withCommitMessageRegex(String commitMessageRegex) |
PushRules |
PushRules.withDenyDeleteTag(Boolean denyDeleteTag) |
PushRules |
PushRules.withFileNameRegex(String fileNameRegex) |
PushRules |
PushRules.withMaxFileSize(Integer maxFileSize) |
PushRules |
PushRules.withMemberCheck(Boolean memberCheck) |
PushRules |
PushRules.withPreventSecrets(Boolean preventSecrets) |
PushRules |
PushRules.withProjectId(Integer projectId) |
Copyright © 2019. All rights reserved.