public class StashServerEntity extends Object implements NameProvider
Constructor and Description |
---|
StashServerEntity(String id,
String name,
String displayUrl,
String rpcUrl,
boolean aPrimary,
boolean aSystem,
String type) |
Modifier and Type | Method and Description |
---|---|
static StashServerEntity |
fromApplicationLink(com.atlassian.applinks.api.ApplicationLink applicationLink) |
String |
getDisplayUrl() |
String |
getId() |
String |
getName() |
String |
getRpcUrl() |
String |
getText() |
String |
getType() |
boolean |
isaPrimary() |
boolean |
isaSystem() |
public String getId()
public String getName()
getName
in interface NameProvider
@Nullable public String getDisplayUrl()
@Nullable public String getRpcUrl()
public boolean isaPrimary()
public boolean isaSystem()
public String getType()
public String getText()
public static StashServerEntity fromApplicationLink(com.atlassian.applinks.api.ApplicationLink applicationLink)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.