Class StashServerEntity
- java.lang.Object
-
- com.atlassian.bamboo.plugins.stash.rest.entity.StashServerEntity
-
- All Implemented Interfaces:
NameProvider
public class StashServerEntity extends Object implements NameProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StashServerEntity
fromApplicationLink(com.atlassian.applinks.api.ApplicationLink applicationLink)
@Nullable String
getDisplayUrl()
String
getId()
String
getName()
@Nullable String
getRpcUrl()
String
getText()
String
getType()
boolean
isaPrimary()
boolean
isaSystem()
-
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
- Specified by:
getName
in interfaceNameProvider
-
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)
-
-