| Package | Description |
|---|---|
| de.aristaflow.adept2.core.activityrepository |
| Modifier and Type | Method and Description |
|---|---|
Branch |
RevisionManager.createBranch(SessionToken session,
java.lang.String comment)
Creates a new branch with the designated comment.
|
Branch |
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Branch> |
RevisionManager.getAllBranches(SessionToken session)
Gets all branches that are currently in use by this manager.
|
RemoteIterator<java.util.List<Branch>> |
RevisionManager.getAllBranchesIterator(SessionToken session)
The same as
RevisionManager.getAllBranches(SessionToken) but with partial
retrieval of the branches. |