Class StashServerEntity

    • Constructor Detail

      • StashServerEntity

        public StashServerEntity​(String id,
                                 String name,
                                 @NotNull
                                 @NotNull String displayUrl,
                                 @NotNull
                                 @NotNull String rpcUrl,
                                 boolean aPrimary,
                                 boolean aSystem,
                                 String type)
    • Method Detail

      • getId

        public String getId()
      • getDisplayUrl

        @Nullable
        public @Nullable String getDisplayUrl()
      • getRpcUrl

        @Nullable
        public @Nullable String getRpcUrl()
      • isaPrimary

        public boolean isaPrimary()
      • isaSystem

        public boolean isaSystem()
      • getType

        public String getType()
      • getText

        public String getText()
      • fromApplicationLink

        public static StashServerEntity fromApplicationLink​(com.atlassian.applinks.api.ApplicationLink applicationLink)