Package com.mathworks.ci.freestyle
Class RunMatlabTestsBuilder.AbstractArtifactImpl
- java.lang.Object
-
- com.mathworks.ci.freestyle.RunMatlabTestsBuilder.AbstractArtifactImpl
-
- All Implemented Interfaces:
RunMatlabTestsBuilder.Artifact
- Direct Known Subclasses:
RunMatlabTestsBuilder.CoberturaArtifact
,RunMatlabTestsBuilder.JunitArtifact
,RunMatlabTestsBuilder.ModelCovArtifact
,RunMatlabTestsBuilder.PdfArtifact
,RunMatlabTestsBuilder.StmResultsArtifact
,RunMatlabTestsBuilder.TapArtifact
- Enclosing class:
- RunMatlabTestsBuilder
public abstract static class RunMatlabTestsBuilder.AbstractArtifactImpl extends Object implements RunMatlabTestsBuilder.Artifact
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractArtifactImpl(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilePath()
boolean
getSelected()
void
setFilePath(String path)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.mathworks.ci.freestyle.RunMatlabTestsBuilder.Artifact
addFilePathArgTo
-
-
-
-
Constructor Detail
-
AbstractArtifactImpl
protected AbstractArtifactImpl(String path)
-
-
Method Detail
-
getSelected
public boolean getSelected()
- Specified by:
getSelected
in interfaceRunMatlabTestsBuilder.Artifact
-
setFilePath
public void setFilePath(String path)
-
getFilePath
public String getFilePath()
- Specified by:
getFilePath
in interfaceRunMatlabTestsBuilder.Artifact
-
-