Package com.atlassian.bamboo.v2.build

Examples of com.atlassian.bamboo.v2.build.BuildRepositoryChangesImpl


        String lastCsetOnRep = changesProvider.getChangesSinceLastBuilt(lastCsetBuilt, newerCommits);
        log.debug(String.format(
                "collectChanges: last changeset on rep:%s, number of commits:%s",
                lastCsetBuilt,
                newerCommits.size()));
        return new BuildRepositoryChangesImpl(lastCsetOnRep, newerCommits);
  }
View Full Code Here

TOP

Related Classes of com.atlassian.bamboo.v2.build.BuildRepositoryChangesImpl

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.