cloudnative / teamcity-webhooks

A TeamCity plugin that sends the results of a build to a webhook URL
Apache License 2.0
9 stars 10 forks source link

Post with content-type Json #3

Open RaviVaranasi opened 8 years ago

RaviVaranasi commented 8 years ago

The webhook listener is doing a http post of body of type string.

Can we use the api and pass JSON content type ?

  public T bodyText(java.lang.String body,  java.lang.String mediaType)

at this line.

I am unable to build the project locally.

RaviVaranasi commented 8 years ago

I was able to build the project. I have issued a pr with the fix.