Class CoverallsResponse
java.lang.Object
org.eluder.coveralls.maven.plugin.domain.CoverallsResponse
- All Implemented Interfaces:
Serializable, JsonObject
The Class CoverallsResponse.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCoverallsResponse(String message, boolean error, String url) Instantiates a new coveralls response. -
Method Summary
-
Constructor Details
-
CoverallsResponse
-
-
Method Details
-
getMessage
-
isError
public boolean isError()Checks if is error.- Returns:
- true, if is error
-
getUrl
-