Package com.atlassian.bamboo.commit

Examples of com.atlassian.bamboo.commit.CommitFileImpl


      log.warn(message);
      throw new RepositoryException(message);
    }

    for(InternalRevisionInfo revision : revisions)  {
      CommitFileImpl commitFile = new CommitFileImpl();
      String filename = revision.getItemPath();
      commitFile.setName(filename);
      commitFile.setRevision("cs:" + csId);
      files.add(commitFile);
    }
    return files;
  }
View Full Code Here

TOP

Related Classes of com.atlassian.bamboo.commit.CommitFileImpl

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.