io.redskap.swagger.brake.runner.OutputFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-brake Show documentation
Show all versions of swagger-brake Show documentation
Swagger contract checker for breaking API changes
package io.redskap.swagger.brake.runner;
public enum OutputFormat {
STDOUT,
JSON,
HTML
}