Uses of Class
com.sonyericsson.jenkins.plugins.bfa.db.KnowledgeBase
-
Uses of KnowledgeBase in com.sonyericsson.jenkins.plugins.bfa
Modifier and TypeMethodDescriptionPluginImpl.getKnowledgeBase()
The knowledge base containing all causes.Modifier and TypeMethodDescriptionvoid
PluginImpl.setKnowledgeBase
(KnowledgeBase knowledgeBase) Sets the knowledge base. -
Uses of KnowledgeBase in com.sonyericsson.jenkins.plugins.bfa.db
Modifier and TypeClassDescriptionclass
Handling of the list the traditional way.class
Handling of the MongoDB way of saving the knowledge base.Modifier and TypeMethodDescriptionLocalFileKnowledgeBase.getDescriptor()
MongoDBKnowledgeBase.getDescriptor()
Modifier and TypeMethodDescriptionabstract void
KnowledgeBase.convertFrom
(KnowledgeBase oldKnowledgeBase) Converts the existing old knowledge base into this one.void
LocalFileKnowledgeBase.convertFrom
(KnowledgeBase oldKnowledgeBase) void
MongoDBKnowledgeBase.convertFrom
(KnowledgeBase oldKnowledgeBase) protected void
KnowledgeBase.convertFromAbstract
(KnowledgeBase oldKnowledgeBase) Does a full copy of the data in the old one to this one.abstract boolean
KnowledgeBase.equals
(KnowledgeBase oldKnowledgeBase) Called to see if the configuration has changed.boolean
LocalFileKnowledgeBase.equals
(KnowledgeBase oldKnowledgeBase) boolean
MongoDBKnowledgeBase.equals
(KnowledgeBase oldKnowledgeBase)