Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashServerEntity
-
Packages that use StashServerEntity Package Description com.atlassian.bamboo.plugins.stash.rest.entity -
-
Uses of StashServerEntity in com.atlassian.bamboo.plugins.stash.rest.entity
Methods in com.atlassian.bamboo.plugins.stash.rest.entity that return StashServerEntity Modifier and Type Method Description static StashServerEntity
StashServerEntity. fromApplicationLink(com.atlassian.applinks.api.ApplicationLink applicationLink)
Methods in com.atlassian.bamboo.plugins.stash.rest.entity that return types with arguments of type StashServerEntity Modifier and Type Method Description com.google.common.collect.ImmutableList<StashServerEntity>
ListServersResponse. getServers()
Constructor parameters in com.atlassian.bamboo.plugins.stash.rest.entity with type arguments of type StashServerEntity Constructor Description ListServersResponse(Iterable<StashServerEntity> servers)
-