public class PushRules extends Object
Constructor and Description |
---|
PushRules() |
public Integer getId()
public void setId(Integer id)
public Integer getProjectId()
public void setProjectId(Integer projectId)
public String getCommitMessageRegex()
public void setCommitMessageRegex(String commitMessageRegex)
public String getCommitMessageNegativeRegex()
public void setCommitMessageNegativeRegex(String commitMessageNegativeRegex)
public PushRules withCommitMessageNegativeRegex(String commitMessageNegativeRegex)
public String getBranchNameRegex()
public void setBranchNameRegex(String branchNameRegex)
public Boolean getDenyDeleteTag()
public void setDenyDeleteTag(Boolean denyDeleteTag)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Boolean getMemberCheck()
public void setMemberCheck(Boolean memberCheck)
public Boolean getPreventSecrets()
public void setPreventSecrets(Boolean preventSecrets)
public String getAuthorEmailRegex()
public void setAuthorEmailRegex(String authorEmailRegex)
public String getFileNameRegex()
public void setFileNameRegex(String fileNameRegex)
public Integer getMaxFileSize()
public void setMaxFileSize(Integer maxFileSize)
public Boolean getCommitCommitterCheck()
public void setCommitCommitterCheck(Boolean commitCommitterCheck)
public Boolean getRejectUnsignedCommits()
public void setRejectUnsignedCommits(Boolean rejectUnsignedCommits)
Copyright © 2021. All rights reserved.