Class StashMirrorServerEntity
java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashMirrorServerEntity
- All Implemented Interfaces:
NameProvider
-
Constructor Summary
ModifierConstructorDescriptionprotected
StashMirrorServerEntity
(String id, String name, boolean enabled, String selfUrl, String sshUrl) -
Method Summary
Modifier and TypeMethodDescriptionstatic StashMirrorServerEntity
fromMirrorAndUrl
(com.atlassian.stash.rest.client.api.entity.MirrorServer mirrorServer, String sshUrl) getId()
getName()
boolean
-
Constructor Details
-
StashMirrorServerEntity
-
-
Method Details
-
fromMirrorAndUrl
public static StashMirrorServerEntity fromMirrorAndUrl(com.atlassian.stash.rest.client.api.entity.MirrorServer mirrorServer, String sshUrl) -
getId
-
getName
- Specified by:
getName
in interfaceNameProvider
-
isEnabled
public boolean isEnabled() -
getSelfUrl
-
getSshUrl
-