Class SourceFolder
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<SourceFolder>
-
- com.mathworks.ci.freestyle.options.SourceFolder
-
- All Implemented Interfaces:
Describable<SourceFolder>
public class SourceFolder extends AbstractDescribableImpl<SourceFolder>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SourceFolder.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description SourceFolder(List<SourceFolderPaths> sourceFolderPaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSourceToInputArgs(List<String> inputArgsList, String cellArraySourceVal)
List<SourceFolderPaths>
getSourceFolderPaths()
List<String>
getSourceFolderStringPaths()
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
SourceFolder
@DataBoundConstructor public SourceFolder(List<SourceFolderPaths> sourceFolderPaths)
-
-