Modifier and Type | Class and Description |
---|---|
static class |
FilePath.DescriptorImpl
The Descriptor for the FilePath.
|
Constructor and Description |
---|
FilePath()
Default empty constructor.
|
FilePath(CompareType compareType,
String pattern)
Default DataBound constructor.
|
Modifier and Type | Method and Description |
---|---|
CompareType |
getCompareType()
The CompareType used.
|
String |
getPattern()
The pattern to match on.
|
boolean |
isInteresting(List<String> files)
Tells if the given files are matched by this rule.
|
void |
setCompareType(CompareType compareType)
The CompareType used.
|
void |
setPattern(String pattern)
The pattern to match on.
|
public FilePath()
@DataBoundConstructor public FilePath(CompareType compareType, String pattern)
compareType
- the CompareType to use when comparing with the pattern.pattern
- the pattern to match on.public CompareType getCompareType()
public void setCompareType(CompareType compareType)
compareType
- the compareType.public String getPattern()
public void setPattern(String pattern)
pattern
- the pattern.Copyright © 2004-2016. All Rights Reserved.