Class StashUserSshKeyEntity

java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashUserSshKeyEntity

public class StashUserSshKeyEntity extends Object
  • Constructor Details

    • StashUserSshKeyEntity

      public StashUserSshKeyEntity(long id, String text, String label)
  • Method Details

    • getId

      public long getId()
    • getText

      public String getText()
    • getLabel

      public String getLabel()
    • from

      public static StashUserSshKeyEntity from(com.atlassian.stash.rest.client.api.entity.UserSshKey key)