|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of RegEx in org.jenkinsci.plugins.periodicreincarnation |
|---|
| Methods in org.jenkinsci.plugins.periodicreincarnation that return RegEx | |
|---|---|
protected static RegEx |
Utils.checkBuild(hudson.model.Run<?,?> build)
Checks if a certain build matches any of the given regular expressions. |
| Methods in org.jenkinsci.plugins.periodicreincarnation that return types with arguments of type RegEx | |
|---|---|
List<RegEx> |
PeriodicReincarnationGlobalConfiguration.getRegExprs()
Returns a list containing all regular expressions. |
| Methods in org.jenkinsci.plugins.periodicreincarnation with parameters of type RegEx | |
|---|---|
protected static boolean |
Utils.checkBuild(hudson.model.Run<?,?> build,
RegEx regEx)
Checks if a certain build matches the given regular expression. |
protected static void |
Utils.restart(hudson.model.Project<?,?> project,
String cause,
RegEx regEx)
Helper method for restarting a project. |
| Constructor parameters in org.jenkinsci.plugins.periodicreincarnation with type arguments of type RegEx | |
|---|---|
PeriodicReincarnationGlobalConfiguration(String activeTrigger,
String maxDepth,
String activeCron,
String cronTime,
List<RegEx> regExprs,
String noChange)
Constructor. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||