public class SourcePath extends Object implements Serializable, hudson.model.Describable<SourcePath>
| Modifier and Type | Class and Description |
|---|---|
static class |
SourcePath.DescriptorImpl |
| Constructor and Description |
|---|
SourcePath(String sourcePath,
List<ExcludePattern> excludePatterns) |
| Modifier and Type | Method and Description |
|---|---|
SourcePath.DescriptorImpl |
getDescriptor() |
List<ExcludePattern> |
getExcludePatterns() |
String |
getSourcePath() |
@DataBoundConstructor public SourcePath(String sourcePath, List<ExcludePattern> excludePatterns)
public String getSourcePath()
public List<ExcludePattern> getExcludePatterns()
public SourcePath.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<SourcePath>Copyright © 2016–2018. All rights reserved.