Class BitbucketServerMirror

    • Constructor Detail

      • BitbucketServerMirror

        public BitbucketServerMirror()
    • Method Detail

      • name

        public BitbucketServerMirror name​(@NotNull
                                          @NotNull java.lang.String name)
        Name of the mirror as displayed in the web interface. Either name or url needs to be defined, the missing part is going to be fetched from Bitbucket. When in repository specs mode, both name and url must be defined.
      • url

        public BitbucketServerMirror url​(@NotNull
                                         @NotNull java.lang.String url)
        Clone url for the ssh interface. E.g. 'ssh://git@mirror-au.example.com:7997/foo/bar.git' Either name or url needs to be defined, the missing part is going to be fetched from Bitbucket. When in repository specs mode, both name and url must be defined.