Class BitbucketServerMirrorProperties

  • All Implemented Interfaces:
    com.atlassian.bamboo.specs.api.model.EntityProperties

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

      Fields 
      Modifier and Type Field Description
      static com.atlassian.bamboo.specs.api.validators.common.ValidationContext VALIDATION_CONTEXT  
    • Constructor Summary

      Constructors 
      Constructor Description
      BitbucketServerMirrorProperties​(@Nullable java.lang.String name, @Nullable java.lang.String url)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getName()  
      java.lang.String getUrl()  
      int hashCode()  
      void validate()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VALIDATION_CONTEXT

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

      • BitbucketServerMirrorProperties

        public BitbucketServerMirrorProperties​(@Nullable
                                               @Nullable java.lang.String name,
                                               @Nullable
                                               @Nullable java.lang.String url)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getUrl

        public java.lang.String getUrl()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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