Class StashUserSshKeyEntity
- java.lang.Object
-
- com.atlassian.bamboo.plugins.stash.rest.entity.StashUserSshKeyEntity
-
public class StashUserSshKeyEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description StashUserSshKeyEntity(long id, String text, String label)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StashUserSshKeyEntity
from(com.atlassian.stash.rest.client.api.entity.UserSshKey key)
long
getId()
String
getLabel()
String
getText()
-
-
-
Method Detail
-
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)
-
-