Uses of Class
com.sonyericsson.jenkins.plugins.bfa.db.KnowledgeBase

Packages that use KnowledgeBase
com.sonyericsson.jenkins.plugins.bfa   
com.sonyericsson.jenkins.plugins.bfa.db   
 

Uses of KnowledgeBase in com.sonyericsson.jenkins.plugins.bfa
 

Methods in com.sonyericsson.jenkins.plugins.bfa that return KnowledgeBase
 KnowledgeBase PluginImpl.getKnowledgeBase()
          The knowledge base containing all causes.
 

Uses of KnowledgeBase in com.sonyericsson.jenkins.plugins.bfa.db
 

Subclasses of KnowledgeBase in com.sonyericsson.jenkins.plugins.bfa.db
 class LocalFileKnowledgeBase
          Handling of the list the traditional way.
 class MongoDBKnowledgeBase
          Handling of the MongoDB way of saving the knowledge base.
 

Methods in com.sonyericsson.jenkins.plugins.bfa.db that return types with arguments of type KnowledgeBase
 hudson.model.Descriptor<KnowledgeBase> LocalFileKnowledgeBase.getDescriptor()
           
 hudson.model.Descriptor<KnowledgeBase> MongoDBKnowledgeBase.getDescriptor()
           
 

Methods in com.sonyericsson.jenkins.plugins.bfa.db with parameters of type KnowledgeBase
 void LocalFileKnowledgeBase.convertFrom(KnowledgeBase oldKnowledgeBase)
           
 void MongoDBKnowledgeBase.convertFrom(KnowledgeBase oldKnowledgeBase)
           
abstract  void KnowledgeBase.convertFrom(KnowledgeBase oldKnowledgeBase)
          Converts the existing old knowledge base into this one.
protected  void KnowledgeBase.convertFromAbstract(KnowledgeBase oldKnowledgeBase)
          Does a full copy of the data in the old one to this one.
 boolean LocalFileKnowledgeBase.equals(KnowledgeBase oldKnowledgeBase)
           
 boolean MongoDBKnowledgeBase.equals(KnowledgeBase oldKnowledgeBase)
           
abstract  boolean KnowledgeBase.equals(KnowledgeBase oldKnowledgeBase)
          Called to see if the configuration has changed.
 



Copyright © 2004-2014. All Rights Reserved.