public class Configuration extends Object
| Constructor and Description |
|---|
Configuration(URL codeSceneUrl,
CodeSceneUser user,
Repository gitRepositoryToAnalyze,
int couplingThresholdPercent,
boolean useBiomarkers) |
| Modifier and Type | Method and Description |
|---|---|
URL |
codeSceneUrl() |
int |
couplingThresholdPercent() |
Repository |
gitRepisitoryToAnalyze() |
boolean |
useBiomarkers() |
CodeSceneUser |
user() |
public Configuration(URL codeSceneUrl, CodeSceneUser user, Repository gitRepositoryToAnalyze, int couplingThresholdPercent, boolean useBiomarkers)
public URL codeSceneUrl()
public CodeSceneUser user()
public Repository gitRepisitoryToAnalyze()
public int couplingThresholdPercent()
public boolean useBiomarkers()
Copyright © 2016–2018. All rights reserved.