Uses of Class
de.aristaflow.adept2.model.common.Branch
Packages that use Branch
-
Uses of Branch in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return BranchModifier and TypeMethodDescriptionRevisionManager.createBranch(SessionToken session, String comment) Creates a new branch with the designated comment.RevisionManager.getBranchData(SessionToken session, long branch) Gets detailed information on the designated branch, that is, the base revision, the creation time of the branch, the last modification time, the creator and a comment.Methods in de.aristaflow.adept2.core.activityrepository that return types with arguments of type BranchModifier and TypeMethodDescriptionRevisionManager.getAllBranches(SessionToken session) Gets all branches that are currently in use by this manager.RevisionManager.getAllBranchesIterator(SessionToken session) The same asRevisionManager.getAllBranches(SessionToken)but with partial retrieval of the branches.