public class RegexNameRestriction extends JobRestriction
| Modifier and Type | Class and Description |
|---|---|
static class |
RegexNameRestriction.DescriptorImpl |
DEFAULT| Constructor and Description |
|---|
RegexNameRestriction(String regexExpression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTake(hudson.model.Queue.BuildableItem item) |
boolean |
canTake(hudson.model.Run run) |
boolean |
canTake(String projectName) |
String |
getRegexExpression() |
all, getDescriptor@DataBoundConstructor public RegexNameRestriction(String regexExpression)
public String getRegexExpression()
public boolean canTake(hudson.model.Queue.BuildableItem item)
canTake in class JobRestrictionpublic boolean canTake(hudson.model.Run run)
canTake in class JobRestrictionpublic boolean canTake(String projectName)
Copyright © 2004-2013. All Rights Reserved.