Class StashServerEntity

java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashServerEntity
All Implemented Interfaces:
NameProvider

public class StashServerEntity extends Object implements NameProvider
  • Constructor Details

    • StashServerEntity

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

    • getId

      public String getId()
    • getName

      public String getName()
      Specified by:
      getName in interface NameProvider
    • 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)