Class BuildLogIndication
java.lang.Object
com.sonyericsson.jenkins.plugins.bfa.model.indication.Indication
com.sonyericsson.jenkins.plugins.bfa.model.indication.BuildLogIndication
- All Implemented Interfaces:
Describable<Indication>
,Serializable
- Direct Known Subclasses:
MultilineBuildLogIndication
Indication that parses the build log file for a pattern.
- Author:
- Tomas Westling <thomas.westling@sonyericsson.com>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The descriptor.Nested classes/interfaces inherited from class com.sonyericsson.jenkins.plugins.bfa.model.indication.Indication
Indication.IndicationDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter for the pattern to match.Gets a FailureReader used for finding this indication.Methods inherited from class com.sonyericsson.jenkins.plugins.bfa.model.indication.Indication
getUserProvidedExpression, toString, validate
-
Constructor Details
-
BuildLogIndication
Standard constructor.- Parameters:
pattern
- the string value to search for.
-
-
Method Details
-
getReader
Description copied from class:Indication
Gets a FailureReader used for finding this indication.- Specified by:
getReader
in classIndication
- Returns:
- a FailureReader.
-
getPattern
Description copied from class:Indication
Getter for the pattern to match. The compiled pattern may not be identical to the pattern provided by the user.- Specified by:
getPattern
in classIndication
- Returns:
- the pattern to match.
-
getDescriptor
-