Uses of Class
com.sonyericsson.jenkins.plugins.bfa.model.FailureCause
Package
Description
-
Uses of FailureCause in com.sonyericsson.jenkins.plugins.bfa
Modifier and TypeFieldDescriptionstatic final FailureCause
MetricsManager.UNKNOWNCAUSE
A magic cause to represent builds that match no causes in the database.Modifier and TypeMethodDescriptionCauseManagement.getDynamic
(String id, org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Dynamic Stapler URL binding.Modifier and TypeMethodDescriptionCauseManagement.getShallowCauses()
Convenience method forKnowledgeBase.getShallowCauses()
. -
Uses of FailureCause in com.sonyericsson.jenkins.plugins.bfa.db
Modifier 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.Modifier 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()
Modifier 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.ModifierConstructorDescriptionLocalFileKnowledgeBase
(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
Modifier and TypeMethodDescriptionstatic List<FoundFailureCause>
FailureReader.scanSingleLinePatterns
(List<FailureCause> causes, Run build, BufferedReader reader, String currentFile) Checks all patterns one-by-one for entire file.ModifierConstructorDescriptionFoundFailureCause
(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
ModifierConstructorDescriptionFailureCauseStatistics
(org.mongojack.DBRef<FailureCause, ?> failureCause, List<FoundIndication> indications) JSON constructor.