Class StashMirrorServerEntity
java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashMirrorServerEntity
- All Implemented Interfaces:
NameProvider
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStashMirrorServerEntity(String id, String name, boolean enabled, String selfUrl, String sshUrl) -
Method Summary
Modifier and TypeMethodDescriptionstatic StashMirrorServerEntityfromMirrorAndUrl(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:
getNamein interfaceNameProvider
-
isEnabled
public boolean isEnabled() -
getSelfUrl
-
getSshUrl
-