Package com.groupon.jenkins.buildtype.install_packages.buildconfiguration

Examples of com.groupon.jenkins.buildtype.install_packages.buildconfiguration.BuildConfigurationCalculator





    private BuildConfiguration calculateBuildConfiguration(DynamicBuild build, BuildListener listener) throws IOException, InterruptedException, InvalidBuildConfigurationException {
        return new BuildConfigurationCalculator().calculateBuildConfiguration(build.getGithubRepoUrl(), build.getSha(), build.getEnvironment(listener));
    }
View Full Code Here

TOP

Related Classes of com.groupon.jenkins.buildtype.install_packages.buildconfiguration.BuildConfigurationCalculator

Copyright © 2018 www.massapicom. 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.