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