Class FilePattern
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<FilePattern>
-
- hudson.plugins.collabnet.documentuploader.FilePattern
-
- All Implemented Interfaces:
Describable<FilePattern>
public class FilePattern extends AbstractDescribableImpl<FilePattern>
File pattern to upload- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FilePattern.ConverterImpl
To remain backward compatible with the earlier string-only serialization format.static class
FilePattern.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description FilePattern(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object that)
int
hashCode()
String
interpret(AbstractBuild<?,?> build, TaskListener listener)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Field Detail
-
value
public final String value
-
-
Constructor Detail
-
FilePattern
@DataBoundConstructor public FilePattern(String value)
-
-
Method Detail
-
interpret
public String interpret(AbstractBuild<?,?> build, TaskListener listener) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-