`coveralls` task class
| Type | Name and description |
|---|---|
java.util.Map<java.lang.String, java.lang.String> |
envenvironmental variable |
Logger |
loggerthe logger |
java.util.Map<java.lang.String, SourceReportFactory> |
sourceReportFactoryMapsource report factory mapping |
| Type | Name and description |
|---|---|
void |
coverallsAction()Main procedure of `coveralls` task. |
void |
postJsonToUrl(java.lang.String json, java.lang.String url)Posts JSON string to the url (as a multipart HTTP POST). |
environmental variable
the logger
source report factory mapping
Main procedure of `coveralls` task.
env - environmental variablesproject - project to deal withapiEndpoint - API endpoint to post resulting reportsourceReportFactoryMap - the mapping of sourceReportFactories to uselogger - the logger to usePosts JSON string to the url (as a multipart HTTP POST).
json - the JSON string to posturl - the url to postlogger - the logger to use