public class BuildLogIndication extends Indication
Modifier and Type | Class and Description |
---|---|
static class |
BuildLogIndication.BuildLogIndicationDescriptor
The descriptor.
|
Indication.IndicationDescriptor
Constructor and Description |
---|
BuildLogIndication(String pattern)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
Indication.IndicationDescriptor |
getDescriptor() |
Pattern |
getPattern()
Getter for the pattern to match.
|
FailureReader |
getReader()
Gets a FailureReader used for finding this indication.
|
getUserProvidedExpression, toString, validate
@DataBoundConstructor public BuildLogIndication(String pattern)
pattern
- the string value to search for.public FailureReader getReader()
Indication
getReader
in class Indication
public Pattern getPattern()
Indication
getPattern
in class Indication
public Indication.IndicationDescriptor getDescriptor()
Copyright © 2016–2021. All rights reserved.