public abstract class Indication extends Object implements Describable<Indication>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Indication.IndicationDescriptor
The descriptor for this indicator.
|
Constructor and Description |
---|
Indication(String pattern) |
Modifier and Type | Method and Description |
---|---|
abstract Pattern |
getPattern()
Getter for the pattern to match.
|
abstract FailureReader |
getReader()
Gets a FailureReader used for finding this indication.
|
String |
getUserProvidedExpression() |
String |
toString() |
FormValidation |
validate()
Checks if the indication is correctly configured.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescriptor
public Indication(String pattern)
pattern
- the String value.public String getUserProvidedExpression()
public abstract FailureReader getReader()
public FormValidation validate()
FormValidation.ok()
if everything is well.Descriptor.doHelp(org.kohsuke.stapler.StaplerRequest, org.kohsuke.stapler.StaplerResponse)
public abstract Pattern getPattern()
Copyright © 2016–2019. All rights reserved.