Class SourceDirectory
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<SourceDirectory>
-
- io.jenkins.plugins.analysis.core.model.SourceDirectory
-
- All Implemented Interfaces:
Describable<SourceDirectory>
,Serializable
public class SourceDirectory extends AbstractDescribableImpl<SourceDirectory> implements Serializable
Directory that contains the source files that have issues.- Author:
- Ullrich Hafner
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SourceDirectory.DescriptorImpl
Descriptor to validateSourceDirectory
.
-
Constructor Summary
Constructors Constructor Description SourceDirectory(String path)
Creates a new instance ofSourceDirectory
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
SourceDirectory
@DataBoundConstructor public SourceDirectory(String path)
Creates a new instance ofSourceDirectory
.- Parameters:
path
- the name of the folder
-
-
Method Detail
-
getPath
public String getPath()
-
-