Class StashMirrorServerEntity

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

public class StashMirrorServerEntity extends Object implements NameProvider
  • Constructor Details

    • StashMirrorServerEntity

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

    • fromMirrorAndUrl

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

      public String getId()
    • getName

      public String getName()
      Specified by:
      getName in interface NameProvider
    • isEnabled

      public boolean isEnabled()
    • getSelfUrl

      public String getSelfUrl()
    • getSshUrl

      public String getSshUrl()