Uses of Class
com.sonyericsson.jenkins.plugins.bfa.model.FoundFailureCause
Package
Description
-
Uses of FoundFailureCause in com.sonyericsson.jenkins.plugins.bfa
Modifier and TypeMethodDescriptionstatic String
BuildFailureScanner.createSlackMessage
(List<FoundFailureCause> foundCauseList, boolean notifySlackOfAllFailures, List<String> slackFailureCauseCategories, String buildName, String buildNum, String buildUrl, PrintStream scanLog) Function to create the message for Slack using build and BFA information.ModifierConstructorDescriptionIndicationAnnotator
(List<FoundFailureCause> foundFailureCauses) Standard constructor. -
Uses of FoundFailureCause in com.sonyericsson.jenkins.plugins.bfa.model
Modifier and TypeMethodDescriptionFailureCauseBuildAction.getDynamic
(String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse resp) Used when we are directed to a FoundFailureCause beneath the build action.FailureCauseMatrixBuildAction.getFirstFailureCause()
Finds the first run with the first identified cause.Modifier and TypeMethodDescriptionFailureCauseBuildAction.getFoundFailureCauses()
Getter for the FoundFailureCauses.FailureCauseColumn.getFoundFailureCauses
(Job job) final List<FoundFailureCause>
FailureCauseDisplayData.getFoundFailureCauses()
Getter for FoundFailureCauses.FailureCauseMatrixBuildAction.getFoundFailureCauses
(hudson.matrix.MatrixRun run) Gets the failure causes for a specific matrix run.static List<FoundFailureCause>
FailureReader.scanSingleLinePatterns
(List<FailureCause> causes, Run build, BufferedReader reader, String currentFile) Checks all patterns one-by-one for entire file.Modifier and TypeMethodDescriptionfinal void
FailureCauseDisplayData.setFoundFailureCauses
(List<FoundFailureCause> foundFailureCauses) Set the FoundFailureCauses for corresponding action.ModifierConstructorDescriptionFailureCauseBuildAction
(List<FoundFailureCause> foundFailureCauses) Standard constructor. -
Uses of FoundFailureCause in com.sonyericsson.jenkins.plugins.bfa.statistics
Modifier and TypeMethodDescriptionvoid
StatisticsLogger.log
(Run build, List<FoundFailureCause> causes) Logs a found indication asynchronously to the statistics database.