Uses of Class
org.apache.maven.scm.provider.accurev.Transaction

Packages that use Transaction
org.apache.maven.scm.provider.accurev   
org.apache.maven.scm.provider.accurev.cli   
 

Uses of Transaction in org.apache.maven.scm.provider.accurev
 

Methods in org.apache.maven.scm.provider.accurev that return Transaction
 Transaction AccuRevScmProviderRepository.getDepotTransaction(String stream, String tranSpec)
           
 Transaction Transaction.Version.getTransaction()
           
 

Methods in org.apache.maven.scm.provider.accurev that return types with arguments of type Transaction
 List<Transaction> AccuRev.history(String baseStream, String fromTimeSpec, String toTimeSpec, int count, boolean depotHistory, boolean transactionsOnly)
           
 

Uses of Transaction in org.apache.maven.scm.provider.accurev.cli
 

Methods in org.apache.maven.scm.provider.accurev.cli that return types with arguments of type Transaction
 List<Transaction> AccuRevCommandLine.history(String baseStream, String fromTimeSpec, String toTimeSpec, int count, boolean depotHistory, boolean transactionsOnly)
           
 

Constructor parameters in org.apache.maven.scm.provider.accurev.cli with type arguments of type Transaction
HistoryConsumer(ScmLogger logger, List<Transaction> transactions)
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.