public class DependencyReport extends Object
| Constructor and Description |
|---|
DependencyReport(String projectName,
String apikey,
String buildId,
Collection<ModuleDependencies> modules,
String formatVersion) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApikey() |
String |
getBuildId() |
String |
getFormatVersion() |
Collection<ModuleDependencies> |
getModules() |
String |
getProjectName() |
public DependencyReport(String projectName, String apikey, String buildId, Collection<ModuleDependencies> modules, String formatVersion)
public String getProjectName()
public String getApikey()
public String getBuildId()
public Collection<ModuleDependencies> getModules()
public String getFormatVersion()
Copyright © 2015. All rights reserved.