Package org.eluder.coveralls.maven.plugin.validation

Examples of org.eluder.coveralls.maven.plugin.validation.JobValidator.validate()


        return git;
    }
   
    public ValidationErrors validate() {
        JobValidator validator = new JobValidator(this);
        return validator.validate();
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.