Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method | Description |
---|---|---|
PushRules |
ProjectApi.createPushRules(Integer projectId,
PushRules pushRule) |
Adds a push rule to a specified project.
|
PushRules |
ProjectApi.getPushRules(Integer projectId) |
Get the project's push rules.
|
PushRules |
ProjectApi.updatePushRules(Integer projectId,
PushRules pushRule) |
Updates a push rule for the specified project.
|
Modifier and Type | Method | Description |
---|---|---|
PushRules |
ProjectApi.createPushRules(Integer projectId,
PushRules pushRule) |
Adds a push rule to a specified project.
|
PushRules |
ProjectApi.updatePushRules(Integer projectId,
PushRules pushRule) |
Updates a push rule for the specified project.
|
Modifier and Type | Method | 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 © 2018. All rights reserved.