Uses of Class
com.sonyericsson.jenkins.plugins.bfa.db.KnowledgeBase
Packages that use KnowledgeBase
-
Uses of KnowledgeBase in com.sonyericsson.jenkins.plugins.bfa
Methods in com.sonyericsson.jenkins.plugins.bfa that return KnowledgeBaseModifier and TypeMethodDescriptionPluginImpl.getKnowledgeBase()The knowledge base containing all causes.Methods in com.sonyericsson.jenkins.plugins.bfa with parameters of type KnowledgeBaseModifier and TypeMethodDescriptionvoidPluginImpl.setKnowledgeBase(KnowledgeBase knowledgeBase) Sets the knowledge base. -
Uses of KnowledgeBase in com.sonyericsson.jenkins.plugins.bfa.db
Subclasses of KnowledgeBase in com.sonyericsson.jenkins.plugins.bfa.dbModifier and TypeClassDescriptionclassHandling of the list the traditional way.classHandling of the MongoDB way of saving the knowledge base.Methods in com.sonyericsson.jenkins.plugins.bfa.db that return types with arguments of type KnowledgeBaseModifier and TypeMethodDescriptionLocalFileKnowledgeBase.getDescriptor()MongoDBKnowledgeBase.getDescriptor()Methods in com.sonyericsson.jenkins.plugins.bfa.db with parameters of type KnowledgeBaseModifier and TypeMethodDescriptionabstract voidKnowledgeBase.convertFrom(KnowledgeBase oldKnowledgeBase) Converts the existing old knowledge base into this one.voidLocalFileKnowledgeBase.convertFrom(KnowledgeBase oldKnowledgeBase) voidMongoDBKnowledgeBase.convertFrom(KnowledgeBase oldKnowledgeBase) protected voidKnowledgeBase.convertFromAbstract(KnowledgeBase oldKnowledgeBase) Does a full copy of the data in the old one to this one.abstract booleanKnowledgeBase.equals(KnowledgeBase oldKnowledgeBase) Called to see if the configuration has changed.booleanLocalFileKnowledgeBase.equals(KnowledgeBase oldKnowledgeBase) booleanMongoDBKnowledgeBase.equals(KnowledgeBase oldKnowledgeBase)