Uses of Class
com.sonyericsson.jenkins.plugins.bfa.model.indication.Indication
Packages that use Indication
Package
Description
-
Uses of Indication in com.sonyericsson.jenkins.plugins.bfa.model
Fields in com.sonyericsson.jenkins.plugins.bfa.model declared as IndicationModifier and TypeFieldDescriptionprotected Indication
FailureReader.indication
The indication we are looking for.Methods in com.sonyericsson.jenkins.plugins.bfa.model that return types with arguments of type IndicationModifier and TypeMethodDescriptionFailureCause.getIndications()
Getter for the list of indications.Methods in com.sonyericsson.jenkins.plugins.bfa.model with parameters of type IndicationModifier and TypeMethodDescriptionvoid
FailureCause.addIndication
(Indication indication) Adds an indication to the list.Method parameters in com.sonyericsson.jenkins.plugins.bfa.model with type arguments of type IndicationModifier and TypeMethodDescriptionFailureCause.validate
(String newName, String newDescription, List<Indication> newIndications) Validates this FailureCause.Constructors in com.sonyericsson.jenkins.plugins.bfa.model with parameters of type IndicationConstructor parameters in com.sonyericsson.jenkins.plugins.bfa.model with type arguments of type IndicationModifierConstructorDescriptionFailureCause
(String id, String name, String description, String comment, Date lastOccurred, String categories, List<Indication> indications, List<FailureCauseModification> modifications) Standard data bound constructor. -
Uses of Indication in com.sonyericsson.jenkins.plugins.bfa.model.indication
Subclasses of Indication in com.sonyericsson.jenkins.plugins.bfa.model.indicationModifier and TypeClassDescriptionclass
Indication that parses the build log file for a pattern.class
Build log indication that matches over multiple lines.