public class StashMirrorServerEntity extends Object implements NameProvider
Modifier | Constructor and Description |
---|---|
protected |
StashMirrorServerEntity(String id,
String name,
boolean enabled,
String selfUrl,
String sshUrl) |
Modifier and Type | Method and Description |
---|---|
static StashMirrorServerEntity |
fromMirrorAndUrl(com.atlassian.stash.rest.client.api.entity.MirrorServer mirrorServer,
String sshUrl) |
String |
getId() |
String |
getName() |
String |
getSelfUrl() |
String |
getSshUrl() |
boolean |
isEnabled() |
public static StashMirrorServerEntity fromMirrorAndUrl(com.atlassian.stash.rest.client.api.entity.MirrorServer mirrorServer, String sshUrl)
public String getId()
public String getName()
getName
in interface NameProvider
public boolean isEnabled()
public String getSelfUrl()
public String getSshUrl()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.