Class SourcePath
java.lang.Object
org.jenkinsci.plugins.osfbuildersuiteforsfcc.deploy.repeatable.SourcePath
- All Implemented Interfaces:
Describable<SourcePath>,Serializable
public class SourcePath extends Object implements Serializable, Describable<SourcePath>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSourcePath.DescriptorImpl -
Constructor Summary
Constructors Constructor Description SourcePath(String sourcePath, List<ExcludePattern> excludePatterns) -
Method Summary
Modifier and Type Method Description SourcePath.DescriptorImplgetDescriptor()List<ExcludePattern>getExcludePatterns()StringgetSourcePath()
-
Constructor Details
-
SourcePath
-
-
Method Details
-
getSourcePath
-
getExcludePatterns
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<SourcePath>
-