public class DeltaAnalysis extends Object
| Constructor and Description |
|---|
DeltaAnalysis(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
DeltaAnalysisResult |
runOn(Commits commits)
run the delta analysis for the given Commits
|
public DeltaAnalysis(Configuration config)
public DeltaAnalysisResult runOn(Commits commits) throws RemoteAnalysisException, IOException
commits - the list of commits encapsulated in the Commits objectDeltaAnalysisResult objectRemoteAnalysisException - - in case of delta analyses failure reported by codecene instanceIOException - - in case of IO problems (ex: codescene instance not reachable)Copyright © 2016–2025. All rights reserved.