Class MultilineBuildLogIndication
java.lang.Object
com.sonyericsson.jenkins.plugins.bfa.model.indication.Indication
com.sonyericsson.jenkins.plugins.bfa.model.indication.BuildLogIndication
com.sonyericsson.jenkins.plugins.bfa.model.indication.MultilineBuildLogIndication
- All Implemented Interfaces:
Describable<Indication>
,Serializable
Build log indication that matches over multiple lines.
- Author:
- Andrew Bayer
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The descriptor.Nested classes/interfaces inherited from class com.sonyericsson.jenkins.plugins.bfa.model.indication.BuildLogIndication
BuildLogIndication.BuildLogIndicationDescriptor
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
-
MultilineBuildLogIndication
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.- Overrides:
getReader
in classBuildLogIndication
- 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.- Overrides:
getPattern
in classBuildLogIndication
- Returns:
- the pattern to match.
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<Indication>
- Overrides:
getDescriptor
in classBuildLogIndication
-