Uses of Class
com.sonyericsson.jenkins.plugins.bfa.model.indication.FoundIndication
Packages that use FoundIndication
Package
Description
-
Uses of FoundIndication in com.sonyericsson.jenkins.plugins.bfa.model
Methods in com.sonyericsson.jenkins.plugins.bfa.model that return FoundIndicationModifier 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 FoundIndicationFailureReader.scanMultiLineOneFile(Run build, LineNumberReader reader, String currentFile) Scans one file for the required multi-line pattern.Methods in com.sonyericsson.jenkins.plugins.bfa.model that return types with arguments of type FoundIndicationModifier and TypeMethodDescriptionFoundFailureCause.getIndications()Getter for the list of found indications.Methods in com.sonyericsson.jenkins.plugins.bfa.model with parameters of type FoundIndicationModifier and TypeMethodDescriptionvoidFoundFailureCause.addIndication(FoundIndication indication) Deprecated.Prefer adding indications via the constructor.Method parameters in com.sonyericsson.jenkins.plugins.bfa.model with type arguments of type FoundIndicationModifier and TypeMethodDescriptionvoidFoundFailureCause.addIndications(List<FoundIndication> foundIndications) Deprecated.Prefer adding indications via the constructor.Constructor parameters in com.sonyericsson.jenkins.plugins.bfa.model with type arguments of type FoundIndicationModifierConstructorDescriptionFoundFailureCause(FailureCause originalCause, List<FoundIndication> indications) Standard constructor. -
Uses of FoundIndication in com.sonyericsson.jenkins.plugins.bfa.statistics
Methods in com.sonyericsson.jenkins.plugins.bfa.statistics that return types with arguments of type FoundIndicationModifier and TypeMethodDescriptionFailureCauseStatistics.getIndications()Getter for the FoundIndications.Constructor parameters in com.sonyericsson.jenkins.plugins.bfa.statistics with type arguments of type FoundIndicationModifierConstructorDescriptionFailureCauseStatistics(String id, List<FoundIndication> indications) Standard constructor.FailureCauseStatistics(org.mongojack.DBRef<FailureCause, ?> failureCause, List<FoundIndication> indications) JSON constructor.
FailureReader.scan(hudson.model.Run).