Class BitbucketServerMirrorProperties

java.lang.Object
com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties
All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties

public class BitbucketServerMirrorProperties extends Object implements com.atlassian.bamboo.specs.api.model.EntityProperties
  • Field Details

    • VALIDATION_CONTEXT

      public static final com.atlassian.bamboo.specs.api.validators.common.ValidationContext VALIDATION_CONTEXT
  • Constructor Details

    • BitbucketServerMirrorProperties

      public BitbucketServerMirrorProperties(@Nullable @Nullable String name, @Nullable @Nullable String url)
  • Method Details

    • getName

      public String getName()
    • getUrl

      public String getUrl()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • validate

      public void validate()
      Specified by:
      validate in interface com.atlassian.bamboo.specs.api.model.EntityProperties