Class BranchProtectionRule


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class BranchProtectionRule
    extends Object
    BranchProtectionRule
    • Constructor Detail

      • BranchProtectionRule

        public BranchProtectionRule()
    • Method Detail

      • getPattern

        @Nonnull
        public String getPattern()
        fnmatch pattern for the branch name, supporting * and ? wildcards
        Returns:
        pattern
      • setPattern

        public void setPattern​(String pattern)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object