StatusList.create Async

StatusList.create(repo, opts).then(function(statusList) {
  // Use statusList
});
Parameters Type  
repo Repository Repository object
opts StatusOptions Status options structure
Returns  
StatusList  

StatusList#entrycount Sync

var result = statusList.entrycount();
Returns  
Number the number of status entries

StatusList#getPerfdata Sync

var diffPerfdata = statusList.getPerfdata();
Returns  
DiffPerfdata