|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jenkinsci.plugins.periodicreincarnation.PeriodicReincarnationGlobalConfiguration.RegEx
public static class PeriodicReincarnationGlobalConfiguration.RegEx
Class for handling regular expressions.
| Constructor Summary | |
|---|---|
PeriodicReincarnationGlobalConfiguration.RegEx(String value,
String nodeAction,
String masterAction)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getMasterAction()
|
String |
getNodeAction()
|
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 PeriodicReincarnationGlobalConfiguration.RegEx(String value,
String nodeAction,
String masterAction)
value - the reg ex.nodeAction - masterAction - | Method Detail |
|---|
public String getValue()
public Pattern getPattern()
throws hudson.AbortException
hudson.AbortException - if the pattern could not be compiled.public String getNodeAction()
public String getMasterAction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||