Uses of Class
org.apache.maven.scm.provider.accurev.Transaction
Packages that use Transaction
Package
Description
-
Uses of Transaction in org.apache.maven.scm.provider.accurev
Methods in org.apache.maven.scm.provider.accurev that return TransactionModifier and TypeMethodDescriptionAccuRevScmProviderRepository.getDepotTransaction
(String stream, String tranSpec) private Transaction
Transaction.getOuterTransaction()
Transaction.Version.getTransaction()
Methods in org.apache.maven.scm.provider.accurev that return types with arguments of type Transaction -
Uses of Transaction in org.apache.maven.scm.provider.accurev.cli
Fields in org.apache.maven.scm.provider.accurev.cli declared as TransactionFields in org.apache.maven.scm.provider.accurev.cli with type parameters of type TransactionMethods in org.apache.maven.scm.provider.accurev.cli that return types with arguments of type TransactionModifier and TypeMethodDescriptionAccuRevCommandLine.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 -
Uses of Transaction in org.apache.maven.scm.provider.accurev.command.changelog
Methods in org.apache.maven.scm.provider.accurev.command.changelog that return TransactionModifier and TypeMethodDescriptionprivate Transaction
AccuRevChangeLogCommand.getDepotTransaction
(AccuRevScmProviderRepository repo, String stream, String tranSpec)