|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jenkinsci.plugins.ReincarnateFailedJobsConfiguration.RegEx
public static class ReincarnateFailedJobsConfiguration.RegEx
Class for handling regular expressions.
| Constructor Summary | |
|---|---|
ReincarnateFailedJobsConfiguration.RegEx(String value)
Constructor. |
|
| Method Summary | |
|---|---|
Pattern |
getPattern()
Returns the pattern correspondin to this reg ex. |
String |
getValue()
Returns this reg ex. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor public ReincarnateFailedJobsConfiguration.RegEx(String value)
value - the reg ex.| Method Detail |
|---|
public String getValue()
public Pattern getPattern()
throws hudson.AbortException
hudson.AbortException - if the pattern could not be compiled.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||