Uses of Class
org.gitlab4j.api.models.PushRules
Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
-
Uses of PushRules in org.gitlab4j.api
Methods in org.gitlab4j.api that return PushRules Modifier and Type Method 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.Methods in org.gitlab4j.api with parameters of type PushRules Modifier and Type Method 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. -
Uses of PushRules in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return PushRules Modifier and Type Method Description PushRules
PushRules. withAuthorEmailRegex(String authorEmailRegex)
PushRules
PushRules. withBranchNameRegex(String branchNameRegex)
PushRules
PushRules. withCommitCommitterCheck(Boolean commitCommitterCheck)
PushRules
PushRules. withCommitMessageNegativeRegex(String commitMessageNegativeRegex)
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)
PushRules
PushRules. withRejectUnsignedCommits(Boolean rejectUnsignedCommits)