|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.jenkins.plugins.bfa.model.indication.Indication
public abstract class Indication
Indication that can match a search string for a specific reader.
Nested Class Summary | |
---|---|
static class |
Indication.IndicationDescriptor
The descriptor for this indicator. |
Constructor Summary | |
---|---|
protected |
Indication()
Default constructor. |
|
Indication(String pattern)
|
Method Summary | |
---|---|
Pattern |
getPattern()
Getter for the pattern to match. |
abstract FailureReader |
getReader()
Gets a FailureReader used for finding this indication. |
String |
toString()
|
hudson.util.FormValidation |
validate()
Checks if the indication is correctly configured. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface hudson.model.Describable |
---|
getDescriptor |
Constructor Detail |
---|
@DataBoundConstructor public Indication(String pattern)
pattern
- the String value.protected Indication()
Method Detail |
---|
public abstract FailureReader getReader()
public hudson.util.FormValidation validate()
FormValidation.ok()
if everything is well.Descriptor.doHelp(org.kohsuke.stapler.StaplerRequest, org.kohsuke.stapler.StaplerResponse)
public Pattern getPattern()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |