public class RegEx extends PeriodicTrigger
cronTime, description, masterAction, nodeAction, value| Constructor and Description |
|---|
RegEx(String value,
String description,
String cronTime,
String nodeAction,
String masterAction)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getPattern()
Returns the pattern corresponding to this reg ex.
|
getCronTime, getDescription, getMasterAction, getNodeAction, getValue, isTimeToRestart@DataBoundConstructor public RegEx(String value, String description, String cronTime, String nodeAction, String masterAction)
value - the reg ex.description - regex descriptioncronTime - cron time format.nodeAction - node script.masterAction - master scriptpublic Pattern getPattern() throws hudson.AbortException
hudson.AbortException - if the pattern could not be compiled.Copyright © 2016–2017. All rights reserved.