Uses of Class
com.sonyericsson.jenkins.plugins.bfa.model.indication.FoundIndication
Package
Description
-
Uses of FoundIndication in com.sonyericsson.jenkins.plugins.bfa.model
Modifier and TypeMethodDescriptionScans a build log.FailureReader.scan
(AbstractBuild build) Deprecated.FailureReader.scan
(AbstractBuild build, PrintStream buildLog) Deprecated.Scans a build log.FailureReader.scan
(Run build, PrintStream buildLog) Scans for indications of a failure cause.Scans a build log.MultilineBuildLogFailureReader.scan
(Run build, PrintStream buildLog) Scans for indications of a failure cause in a build log.protected FoundIndication
FailureReader.scanMultiLineOneFile
(Run build, LineNumberReader reader, String currentFile) Scans one file for the required multi-line pattern.Modifier and TypeMethodDescriptionFoundFailureCause.getIndications()
Getter for the list of found indications.Modifier and TypeMethodDescriptionvoid
FoundFailureCause.addIndication
(FoundIndication indication) Deprecated.Prefer adding indications via the constructor.Modifier and TypeMethodDescriptionvoid
FoundFailureCause.addIndications
(List<FoundIndication> foundIndications) Deprecated.Prefer adding indications via the constructor.ModifierConstructorDescriptionFoundFailureCause
(FailureCause originalCause, List<FoundIndication> indications) Standard constructor. -
Uses of FoundIndication in com.sonyericsson.jenkins.plugins.bfa.statistics
Modifier and TypeMethodDescriptionFailureCauseStatistics.getIndications()
Getter for the FoundIndications.ModifierConstructorDescriptionFailureCauseStatistics
(String id, List<FoundIndication> indications) Standard constructor.FailureCauseStatistics
(org.mongojack.DBRef<FailureCause, ?> failureCause, List<FoundIndication> indications) JSON constructor.
FailureReader.scan(hudson.model.Run)
.