Uses of Class
de.aristaflow.adept2.model.common.Revision
Packages that use Revision
Package
Description
TODO This is completely outdated.
-
Uses of Revision in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return RevisionModifier and TypeMethodDescriptionRevisionManager.getLatestRevision(SessionToken session) Gets detailed information on the latest revision of this activity repository.RevisionManager.getRevisionData(SessionToken session, long revision) Gets detailed information on the designated revision, that is, the creation time of the revision, the creator and a comment. -
Uses of Revision in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return RevisionModifier and TypeMethodDescriptionRevisionConflictException.getBaseRevision()Gets the base revision of the branch that caused this conflict, that is, the revision that is too old now.RevisionConflictException.getLatestRevision()Gets the latest revision that is needed for a version that is to be released.Constructors in de.aristaflow.adept2.model.activitymodel with parameters of type RevisionModifierConstructorDescriptionRevisionConflictException(Revision baseRevision, Revision latestRevision) Creates a new exception indicating that a branch is based on an old revision but not on the latest revision. -
Uses of Revision in de.aristaflow.adept2.model.common
Fields in de.aristaflow.adept2.model.common declared as RevisionModifier and TypeFieldDescriptionprotected final RevisionBranch.baseRevisionThe base revision of this branch.Methods in de.aristaflow.adept2.model.common that return RevisionModifier and TypeMethodDescriptionBranch.getBaseRevision()Gets the base revision of this revision, that is the revision this branch is based upon.Constructors in de.aristaflow.adept2.model.common with parameters of type RevisionModifierConstructorDescriptionBranch(long branch, Revision baseRevision, long creationTime, QualifiedAgent creationAgent, long modTime, QualifiedAgent modAgent, String comment) Creates a new branch object with the designated branch count, base revision, the last modification time, the agent and the comment.