Uses of Class
org.gitlab4j.api.models.PushRules
Packages that use PushRules
-
Uses of PushRules in org.gitlab4j.api
Methods in org.gitlab4j.api that return PushRulesModifier and TypeMethodDescriptionProjectApi.createPushRules(Object projectIdOrPath, PushRules pushRule) Adds a push rule to a specified project.ProjectApi.getPushRules(Object projectIdOrPath) Get the project's push rules.ProjectApi.updatePushRules(Object projectIdOrPath, PushRules pushRule) Updates a push rule for the specified project.Methods in org.gitlab4j.api with parameters of type PushRulesModifier and TypeMethodDescriptionProjectApi.createPushRules(Object projectIdOrPath, PushRules pushRule) Adds a push rule to a specified project.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 PushRulesModifier and TypeMethodDescriptionPushRules.withAuthorEmailRegex(String authorEmailRegex) PushRules.withBranchNameRegex(String branchNameRegex) PushRules.withCommitCommitterCheck(Boolean commitCommitterCheck) PushRules.withCommitMessageNegativeRegex(String commitMessageNegativeRegex) PushRules.withCommitMessageRegex(String commitMessageRegex) PushRules.withDenyDeleteTag(Boolean denyDeleteTag) PushRules.withFileNameRegex(String fileNameRegex) PushRules.withMaxFileSize(Integer maxFileSize) PushRules.withMemberCheck(Boolean memberCheck) PushRules.withPreventSecrets(Boolean preventSecrets) PushRules.withProjectId(Long projectId) PushRules.withRejectUnsignedCommits(Boolean rejectUnsignedCommits)