Package | Description |
---|---|
com.sonyericsson.jenkins.plugins.bfa.db | |
com.sonyericsson.jenkins.plugins.bfa.utils |
Modifier and Type | Method and Description |
---|---|
List<ObjectCountPair<String>> |
MongoDBKnowledgeBase.getFailureCauseNames(GraphFilterBuilder filter) |
List<ObjectCountPair<String>> |
KnowledgeBase.getFailureCauseNames(GraphFilterBuilder filter)
Gets a list of
ObjectCountPair s where each pair contains a unique FailureCause -name as key
and the number of times that failure cause was triggered as count. |
List<ObjectCountPair<String>> |
MongoDBKnowledgeBase.getNbrOfFailureCategoriesPerName(GraphFilterBuilder filter,
int limit) |
List<ObjectCountPair<String>> |
KnowledgeBase.getNbrOfFailureCategoriesPerName(GraphFilterBuilder filter,
int limit)
Gets a list of
ObjectCountPair where each pair contains a unique failure category string as key
and the number of times that the failure cause category was triggered as count. |
List<ObjectCountPair<FailureCause>> |
MongoDBKnowledgeBase.getNbrOfFailureCauses(GraphFilterBuilder filter) |
List<ObjectCountPair<FailureCause>> |
KnowledgeBase.getNbrOfFailureCauses(GraphFilterBuilder filter)
Gets a list of
ObjectCountPair where each pair contains a unique FailureCause as key
and the number of times that failure cause was triggered as count. |
List<ObjectCountPair<String>> |
MongoDBKnowledgeBase.getNbrOfFailureCausesPerId(GraphFilterBuilder filter,
int maxNbr) |
List<ObjectCountPair<String>> |
KnowledgeBase.getNbrOfFailureCausesPerId(GraphFilterBuilder filter,
int limit)
Gets a list of
ObjectCountPair where each pair contains a unique FailureCause id as key
and a belonging count value for how many times that FailureCause was triggered. |
Modifier and Type | Method and Description |
---|---|
static Comparator<ObjectCountPair> |
ObjectCountPair.countComparator()
Gets a comparator that compares the count.
|
Copyright © 2016–2019. All rights reserved.