Package | Description |
---|---|
com.sonyericsson.jenkins.plugins.bfa | |
com.sonyericsson.jenkins.plugins.bfa.db |
Modifier and Type | Method and Description |
---|---|
KnowledgeBase |
PluginImpl.getKnowledgeBase()
The knowledge base containing all causes.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginImpl.setKnowledgeBase(KnowledgeBase knowledgeBase)
Sets the knowledge base.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalFileKnowledgeBase
Handling of the list the traditional way.
|
class |
MongoDBKnowledgeBase
Handling of the MongoDB way of saving the knowledge base.
|
Modifier and Type | Method and Description |
---|---|
hudson.model.Descriptor<KnowledgeBase> |
MongoDBKnowledgeBase.getDescriptor() |
hudson.model.Descriptor<KnowledgeBase> |
LocalFileKnowledgeBase.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
MongoDBKnowledgeBase.convertFrom(KnowledgeBase oldKnowledgeBase) |
void |
LocalFileKnowledgeBase.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 |
MongoDBKnowledgeBase.equals(KnowledgeBase oldKnowledgeBase) |
boolean |
LocalFileKnowledgeBase.equals(KnowledgeBase oldKnowledgeBase) |
abstract boolean |
KnowledgeBase.equals(KnowledgeBase oldKnowledgeBase)
Called to see if the configuration has changed.
|
Copyright © 2016–2021. All rights reserved.