Package io.bdeploy.api.validation.v1
Class ProductValidationHelper
java.lang.Object
io.bdeploy.api.validation.v1.ProductValidationHelper
A helper that handles packaging a local
ProductValidationDescriptorApi along with all required files, send it to the
server, and return the validation result.-
Method Summary
Modifier and TypeMethodDescriptionstatic ProductValidationResponseApivalidate(Path descriptor, RemoteService remote)
-
Method Details
-
validate
- Parameters:
descriptor- the path to aProductValidationDescriptorApiremote- the remote server to validate on.- Returns:
- the validation result in form of a
ProductValidationResponseApi.
-