Class Source
- java.lang.Object
-
- io.jenkins.plugins.synopsys.security.scan.input.project.Source
-
public class Source extends Object
-
-
Constructor Summary
Constructors Constructor Description Source()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getArchive()
List<String>
getExcludes()
Boolean
getPreserveSymLinks()
int
hashCode()
void
setArchive(String archive)
void
setExcludes(List<String> excludes)
void
setPreserveSymLinks(Boolean preserveSymLinks)
-