Modifier and Type | Method and Description |
---|---|
protected static RegEx |
Utils.checkBuild(hudson.model.Run<?,?> build)
Checks if a certain build matches any of the given regular expressions.
|
Modifier and Type | Method and Description |
---|---|
List<RegEx> |
PeriodicReincarnationGlobalConfiguration.getRegExprs()
Returns a list containing all regular expressions.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
Utils.checkBuild(hudson.model.Run<?,?> build,
RegEx regEx)
Checks if a certain build matches the given regular expression.
|
Constructor and Description |
---|
PeriodicReincarnationGlobalConfiguration(String activeTrigger,
String maxDepth,
String activeCron,
String cronTime,
List<RegEx> regExprs,
List<BuildFailureObject> bfas,
String noChange)
Constructor.
|
Copyright © 2016–2019. All rights reserved.