Class StashMirrorServerEntity

    • Constructor Detail

      • StashMirrorServerEntity

        protected StashMirrorServerEntity​(String id,
                                          String name,
                                          boolean enabled,
                                          String selfUrl,
                                          String sshUrl)
    • Method Detail

      • fromMirrorAndUrl

        public static StashMirrorServerEntity fromMirrorAndUrl​(com.atlassian.stash.rest.client.api.entity.MirrorServer mirrorServer,
                                                               String sshUrl)
      • getId

        public String getId()
      • isEnabled

        public boolean isEnabled()
      • getSelfUrl

        public String getSelfUrl()
      • getSshUrl

        public String getSshUrl()