|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.util.RepositoryCollections
@Deprecated public final class RepositoryCollections
A bunch of static methods that are useful when dealing with collections of repositories.
This class is not meant to be instantiated, and has a private constructor to prevent it being instantiated.
Method Summary | |
---|---|
static Repository |
chooseRepository(java.util.Collection<? extends Repository> candidateRepositories)
Deprecated. without replacement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Nullable @Deprecated public static Repository chooseRepository(@Nullable java.util.Collection<? extends Repository> candidateRepositories)
This implementation chooses a repository in this fashion:
candidateRepositories
- the collection of repositories from which the choice is made
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |