public class ArachniScopeProperty extends Object implements hudson.model.Describable<ArachniScopeProperty>
| Modifier and Type | Class and Description |
|---|---|
static class |
ArachniScopeProperty.DescriptorImpl |
| Constructor and Description |
|---|
ArachniScopeProperty(int pageLimit,
String excludePathPattern) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<ArachniScopeProperty> |
getDescriptor() |
String |
getExcludePathPattern() |
String |
getPageLimit() |
int |
getPageLimitAsInt() |
@DataBoundConstructor
public ArachniScopeProperty(int pageLimit,
String excludePathPattern)
public String getPageLimit()
public int getPageLimitAsInt()
public String getExcludePathPattern()
public hudson.model.Descriptor<ArachniScopeProperty> getDescriptor()
getDescriptor in interface hudson.model.Describable<ArachniScopeProperty>Copyright © 2016–2018. All rights reserved.