Examples of AtlassianBambooBuildInfoGatherer


Examples of net.mgorski.quicktag.buildserver.atlassianbamboo.AtlassianBambooBuildInfoGatherer

    getLog().info("Gathering information from the version control system: "+ vcs);
    VcsBuildInfo vcsInfo = vcsInfoGatherer.gatherVcsBuildInfo(getLog());

    BuildServerBuildInformationGatherer buildServerInfoGatherer = null;
    if (bambooBuildKey != null && bambooBuildNumber != null && bambooBuildTimeStamp != null){
       buildServerInfoGatherer = new ChainingBuildServerGatherer(new
        AtlassianBambooBuildInfoGatherer(bambooBuildKey, bambooBuildNumber, bambooBuildTimeStamp));
    } else {
        try {
            Properties envVars = CommandLineUtils.getSystemEnvVars();
            JenkinsBuildInfoGatherer jenkins = new JenkinsBuildInfoGatherer(envVars);
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.