Uses of Class
de.aristaflow.adept2.model.common.Revision
-
Packages that use Revision Package Description de.aristaflow.adept2.core.activityrepository de.aristaflow.adept2.model.activitymodel TODO This is completely outdated.de.aristaflow.adept2.model.common -
-
Uses of Revision in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return Revision Modifier and Type Method Description Revision
RevisionManager. getLatestRevision(SessionToken session)
Gets detailed information on the latest revision of this activity repository.Revision
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 Revision Modifier and Type Method Description Revision
RevisionConflictException. getBaseRevision()
Gets the base revision of the branch that caused this conflict, that is, the revision that is too old now.Revision
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 Revision Constructor Description RevisionConflictException(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 Revision Modifier and Type Field Description protected Revision
Branch. baseRevision
The base revision of this branch.Methods in de.aristaflow.adept2.model.common that return Revision Modifier and Type Method Description Revision
Branch. 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 Revision Constructor Description Branch(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.
-