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