public abstract class BaseOssInfoExtractor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
excludes |
protected List<String> |
includes |
protected hudson.model.TaskListener |
listener |
protected hudson.model.Run<?,?> |
run |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseOssInfoExtractor(String includes,
String excludes,
hudson.model.Run<?,?> run,
hudson.model.TaskListener listener) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<org.whitesource.agent.api.model.AgentProjectInfo> |
extract() |
protected final hudson.model.Run<?,?> run
protected final hudson.model.TaskListener listener
public abstract Collection<org.whitesource.agent.api.model.AgentProjectInfo> extract() throws InterruptedException, IOException
InterruptedExceptionIOExceptionCopyright © 2016–2020 White Source. All rights reserved.