| Modifier and Type | Method and Description |
|---|---|
RequirementVersion |
RequirementAuditEvent.getRequirementVersion() |
RequirementVersion |
RequirementVersionModification.getRequirementVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequirementModificationEventPublisherAspect.listenLargeRequirementModification(org.aspectj.lang.ProceedingJoinPoint joinPoint,
RequirementVersion req,
Object newValue)
Advises setters of a Requirement and raises an modification event after
the setter is used to change the requirement's state.
|
void |
RequirementModificationEventPublisherAspect.listenRequirementModification(org.aspectj.lang.ProceedingJoinPoint joinPoint,
RequirementVersion req,
Object newValue)
Advises setters of a Requirement and raises a modification event after
the setter is used to change the requirement's state.
|
void |
RequirementCreationEventPublisherAspect.listenRequirementVersionCreation(RequirementVersion requirementVersion) |
RequirementPropertyChangeEventBuilder<EVENT> |
RequirementPropertyChangeEventBuilder.setSource(RequirementVersion requirementVersion) |
| Constructor and Description |
|---|
RequirementAuditEvent(RequirementVersion requirementVersion,
String author) |
RequirementCreation(RequirementVersion requirementVersion,
String author) |
RequirementLargePropertyChange(RequirementVersion requirementVersion,
String author) |
SyncRequirementCreation(RequirementVersion requirementVersion,
String author) |
SyncRequirementUpdate(RequirementVersion requirementVersion,
String author) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<RequirementVersion,QRequirementVersion> |
QMilestone.requirementVersions |
| Modifier and Type | Method and Description |
|---|---|
Set<RequirementVersion> |
Milestone.getRequirementVersions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Milestone.bindRequirementVersion(RequirementVersion version)
Deprecated.
|
boolean |
Milestone.isOneVersionAlreadyBound(RequirementVersion version) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<RequirementVersion,QRequirementVersion> |
QRequirement.versions |
| Modifier and Type | Method and Description |
|---|---|
static RequirementVersion |
RequirementVersion.createFromMemento(RequirementVersionImportMemento memento)
Factory methiod which creates a
RequirementVersion from a memento objet which holds the new object's
target state. |
RequirementVersion |
RequirementVersion.createPastableCopy()
Will create a copy of the requirement version with all attributes, and attachments.
|
RequirementVersion |
Requirement.findByMilestone(Milestone milestone)
finds which version of this requirement is bound to the given milestone, or null
if there is none
|
RequirementVersion |
Requirement.findLastNonObsoleteVersion() |
RequirementVersion |
Requirement.findLastNonObsoleteVersionAfterImport() |
RequirementVersion |
Requirement.findRequirementVersion(int versionNumber)
Modified for [Feat 5085] as we can now have non successive RequirementVersion number
|
RequirementVersion |
Requirement.getCurrentVersion() |
RequirementVersion |
Requirement.getDefaultVerifiableVersion()
returns this requirement's version which should be linked to a test case by default.
|
RequirementVersion |
Requirement.getResource() |
RequirementVersion |
NewRequirementVersionDto.toRequirementVersion() |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<RequirementVersion,RequirementVersion> |
Requirement.addPreviousVersionsCopiesToCopy(Requirement copy)
Will create copies for all non obsolete versions older than the current version, and add it to the copy.
|
SortedMap<RequirementVersion,RequirementVersion> |
Requirement.addPreviousVersionsCopiesToCopy(Requirement copy)
Will create copies for all non obsolete versions older than the current version, and add it to the copy.
|
List<RequirementVersion> |
Requirement.getRequirementVersions()
Get the all the requirement versions numbers and status by the version Id
|
List<RequirementVersion> |
Requirement.getUnmodifiableVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Requirement.addExistingRequirementVersion(RequirementVersion requirementVersion)
Add a requirement version which is not a copy of current version.
|
int |
RequirementVersionNumberComparator.compare(RequirementVersion o1,
RequirementVersion o2) |
List<RequirementVersionCoverage> |
RequirementVersion.createRequirementVersionCoveragesForCopy(RequirementVersion copyVersion)
Will create a copy of this.requirementVersionCoverages.
|
void |
Requirement.increaseVersion(RequirementVersion newVersion) |
void |
Requirement.setCurrentVersion(RequirementVersion version) |
void |
RequirementSyncExtender.synchronize(RequirementVersion v)
synchronize the core attributes of the synchronized Requirement with the
attributes of the arguments.
|
| Constructor and Description |
|---|
NewRequirementVersionDto(RequirementVersion requirementVersion,
Map<Long,RawValue> customFields)
Constructor used by import requirement process.
|
Requirement(RequirementVersion version)
Creates a new requirement which "latest version" is the given
RequirementVersion |
| Constructor and Description |
|---|
QRequirementVersion(Class<? extends RequirementVersion> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QRequirementVersion(com.querydsl.core.types.Path<? extends RequirementVersion> path) |
| Modifier and Type | Method and Description |
|---|---|
RequirementVersion |
RequirementVersionCoverage.getVerifiedRequirementVersion() |
| Modifier and Type | Method and Description |
|---|---|
Set<RequirementVersion> |
TestCase.getVerifiedRequirementVersions() |
Set<RequirementVersion> |
ActionTestStep.getVerifiedRequirementVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.checkRequirementNotVerified(RequirementVersion version)
checks if the given version is already verified.
|
void |
TestCase.checkRequirementNotVerified(RequirementVersionCoverage requirementVersionCoverage,
RequirementVersion version)
Checks if the given version is already verified, avoiding to look at the given requirementVersionCoverage.
|
RequirementVersionCoverage |
RequirementVersionCoverage.copyForRequirementVersion(RequirementVersion rvCopy) |
void |
RequirementVersionCoverage.setVerifiedRequirementVersion(RequirementVersion verifiedRequirementVersion) |
boolean |
TestCase.verifies(RequirementVersion rVersion) |
| Constructor and Description |
|---|
RequirementVersionCoverage(RequirementVersion verifiedRequirementVersion) |
RequirementVersionCoverage(RequirementVersion requirementVersion,
TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
RequirementVersion |
RequirementAlreadyVerifiedException.getCandidateVersion() |
RequirementVersion |
RequirementVersionNotLinkableException.getNotLinkableRequirement() |
| Constructor and Description |
|---|
RequirementAlreadyVerifiedException(RequirementVersion version,
TestCase verifier) |
RequirementVersionNotLinkableException(RequirementVersion notLinkableRequirement) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.