Package com.mathworks.ci.freestyle
Class RunMatlabTestsBuilder.NullArtifact
- java.lang.Object
-
- com.mathworks.ci.freestyle.RunMatlabTestsBuilder.NullArtifact
-
- All Implemented Interfaces:
RunMatlabTestsBuilder.Artifact
- Enclosing class:
- RunMatlabTestsBuilder
public static class RunMatlabTestsBuilder.NullArtifact extends Object implements RunMatlabTestsBuilder.Artifact
-
-
Constructor Summary
Constructors Constructor Description NullArtifact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFilePathArgTo(Map<String,String> inputArgs)
String
getFilePath()
boolean
getSelected()
-
-
-
Method Detail
-
addFilePathArgTo
public void addFilePathArgTo(Map<String,String> inputArgs)
- Specified by:
addFilePathArgTo
in interfaceRunMatlabTestsBuilder.Artifact
-
getSelected
public boolean getSelected()
- Specified by:
getSelected
in interfaceRunMatlabTestsBuilder.Artifact
-
getFilePath
public String getFilePath()
- Specified by:
getFilePath
in interfaceRunMatlabTestsBuilder.Artifact
-
-