Uses of Class
com.sonyericsson.jenkins.plugins.bfa.model.FailureCause
Packages that use FailureCause
Package
Description
-
Uses of FailureCause in com.sonyericsson.jenkins.plugins.bfa
Fields in com.sonyericsson.jenkins.plugins.bfa declared as FailureCauseModifier and TypeFieldDescriptionstatic final FailureCause
MetricsManager.UNKNOWNCAUSE
A magic cause to represent builds that match no causes in the database.Methods in com.sonyericsson.jenkins.plugins.bfa that return FailureCauseModifier and TypeMethodDescriptionCauseManagement.getDynamic
(String id, org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Dynamic Stapler URL binding.Methods in com.sonyericsson.jenkins.plugins.bfa that return types with arguments of type FailureCauseModifier and TypeMethodDescriptionCauseManagement.getShallowCauses()
Convenience method forKnowledgeBase.getShallowCauses()
. -
Uses of FailureCause in com.sonyericsson.jenkins.plugins.bfa.db
Methods in com.sonyericsson.jenkins.plugins.bfa.db that return FailureCauseModifier and TypeMethodDescriptionabstract FailureCause
KnowledgeBase.addCause
(FailureCause cause) Saves a new cause to the db and generates a new id for the cause.LocalFileKnowledgeBase.addCause
(FailureCause cause) MongoDBKnowledgeBase.addCause
(FailureCause cause) MongoDBKnowledgeBase.addCause
(FailureCause cause, boolean doUpdate) Does not update the cache, used when we know we will have a lot of save/add calls all at once, e.g.abstract FailureCause
Get the cause with the given id.abstract FailureCause
KnowledgeBase.removeCause
(String id) Removes the cause from the knowledge base.LocalFileKnowledgeBase.removeCause
(String id) MongoDBKnowledgeBase.removeCause
(String id) abstract FailureCause
KnowledgeBase.saveCause
(FailureCause cause) Saves a cause to the db.LocalFileKnowledgeBase.saveCause
(FailureCause cause) MongoDBKnowledgeBase.saveCause
(FailureCause cause) MongoDBKnowledgeBase.saveCause
(FailureCause cause, boolean doUpdate) Does not update the cache, used when we know we will have a lot of save/add calls all at once, e.g.Methods in com.sonyericsson.jenkins.plugins.bfa.db that return types with arguments of type FailureCauseModifier and TypeMethodDescriptionabstract Collection<FailureCause>
KnowledgeBase.getCauseNames()
Get the list of theFailureCause
's names and ids.LocalFileKnowledgeBase.getCauseNames()
MongoDBKnowledgeBase.getCauseNames()
abstract Collection<FailureCause>
KnowledgeBase.getCauses()
Get the list ofFailureCause
s.LocalFileKnowledgeBase.getCauses()
MongoDBKnowledgeBase.getCauses()
MongoDBKnowledgeBaseCache.getCauses()
Getter for the cachedFailureCauses.protected List<FailureCause>
MongoDBKnowledgeBase.getRemovedCauses()
Gets all causes flagged as removed in a "raw" JSON format.abstract Collection<FailureCause>
KnowledgeBase.getShallowCauses()
Get a shallow list of theFailureCause
s.LocalFileKnowledgeBase.getShallowCauses()
MongoDBKnowledgeBase.getShallowCauses()
Methods in com.sonyericsson.jenkins.plugins.bfa.db with parameters of type FailureCauseModifier and TypeMethodDescriptionabstract FailureCause
KnowledgeBase.addCause
(FailureCause cause) Saves a new cause to the db and generates a new id for the cause.LocalFileKnowledgeBase.addCause
(FailureCause cause) MongoDBKnowledgeBase.addCause
(FailureCause cause) MongoDBKnowledgeBase.addCause
(FailureCause cause, boolean doUpdate) Does not update the cache, used when we know we will have a lot of save/add calls all at once, e.g.protected void
LocalFileKnowledgeBase.put
(FailureCause cause) Puts the cause directly into the map.abstract FailureCause
KnowledgeBase.saveCause
(FailureCause cause) Saves a cause to the db.LocalFileKnowledgeBase.saveCause
(FailureCause cause) MongoDBKnowledgeBase.saveCause
(FailureCause cause) MongoDBKnowledgeBase.saveCause
(FailureCause cause, boolean doUpdate) Does not update the cache, used when we know we will have a lot of save/add calls all at once, e.g.Constructor parameters in com.sonyericsson.jenkins.plugins.bfa.db with type arguments of type FailureCauseModifierConstructorDescriptionLocalFileKnowledgeBase
(CopyOnWriteList<FailureCause> legacyCauses) Standard constructor.LocalFileKnowledgeBase
(Collection<FailureCause> initialCauses) Standard constructor.MongoDBKnowledgeBaseCache
(org.mongojack.JacksonMongoCollection<FailureCause> jacksonCollection) Standard constructor. -
Uses of FailureCause in com.sonyericsson.jenkins.plugins.bfa.model
Method parameters in com.sonyericsson.jenkins.plugins.bfa.model with type arguments of type FailureCauseModifier and TypeMethodDescriptionstatic List<FoundFailureCause>
FailureReader.scanSingleLinePatterns
(List<FailureCause> causes, Run build, BufferedReader reader, String currentFile) Checks all patterns one-by-one for entire file.Constructors in com.sonyericsson.jenkins.plugins.bfa.model with parameters of type FailureCauseModifierConstructorDescriptionFoundFailureCause
(FailureCause originalCause) Constructor used when converting old failureCauses to foundFailureCauses.FoundFailureCause
(FailureCause originalCause, List<FoundIndication> indications) Standard constructor. -
Uses of FailureCause in com.sonyericsson.jenkins.plugins.bfa.statistics
Constructor parameters in com.sonyericsson.jenkins.plugins.bfa.statistics with type arguments of type FailureCauseModifierConstructorDescriptionFailureCauseStatistics
(org.mongojack.DBRef<FailureCause, ?> failureCause, List<FoundIndication> indications) JSON constructor.