A B C D E F G H I J L M N O P R S T U V W Z _ 

A

AbstractRequirementEventPublisher - Class in org.squashtest.tm.domain.event
Superclass for requirement event publisher aspects.
AbstractRequirementEventPublisher() - Constructor for class org.squashtest.tm.domain.event.AbstractRequirementEventPublisher
 
accept(CampaignLibraryNodeVisitor) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
accept(NodeContainerVisitor) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
accept(NodeVisitor) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
accept(CampaignLibraryNodeVisitor) - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
accept(NodeContainerVisitor) - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
accept(NodeVisitor) - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
accept(NodeContainerVisitor) - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
accept(CampaignLibraryNodeVisitor) - Method in class org.squashtest.tm.domain.campaign.CampaignLibraryNode
 
accept(NodeVisitor) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
accept(NodeContainerVisitor) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
accept(NodeVisitor) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
accept(CustomFieldVisitor) - Method in class org.squashtest.tm.domain.customfield.CustomField
 
accept(CustomFieldVisitor) - Method in class org.squashtest.tm.domain.customfield.SingleSelectField
 
accept(DenormalizedFieldVisitor) - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
accept(DenormalizedFieldVisitor) - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedSingleSelectField
 
accept(RequirementAuditEventVisitor) - Method in class org.squashtest.tm.domain.event.RequirementAuditEvent
 
accept(RequirementAuditEventVisitor) - Method in class org.squashtest.tm.domain.event.RequirementCreation
 
accept(RequirementAuditEventVisitor) - Method in class org.squashtest.tm.domain.event.RequirementLargePropertyChange
 
accept(RequirementAuditEventVisitor) - Method in class org.squashtest.tm.domain.event.RequirementPropertyChange
 
accept(NodeContainerVisitor) - Method in interface org.squashtest.tm.domain.library.NodeContainer
 
accept(NodeVisitor) - Method in interface org.squashtest.tm.domain.library.TreeNode
 
accept(ProjectVisitor) - Method in class org.squashtest.tm.domain.project.GenericProject
 
accept(ProjectVisitor) - Method in class org.squashtest.tm.domain.project.Project
 
accept(ProjectVisitor) - Method in class org.squashtest.tm.domain.project.ProjectTemplate
 
accept(RequirementLibraryNodeVisitor) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
accept(NodeVisitor) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
accept(NodeContainerVisitor) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
accept(RequirementLibraryNodeVisitor) - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
accept(NodeContainerVisitor) - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
accept(NodeVisitor) - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
accept(NodeContainerVisitor) - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
accept(RequirementLibraryNodeVisitor) - Method in class org.squashtest.tm.domain.requirement.RequirementLibraryNode
Implementors should ask the visitor to visit this object.
accept(TestStepVisitor) - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
accept(TestStepVisitor) - Method in class org.squashtest.tm.domain.testcase.CallTestStep
 
accept(TestCaseLibraryNodeVisitor) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
accept(NodeVisitor) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
accept(TestCaseLibraryNodeVisitor) - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
accept(NodeContainerVisitor) - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
accept(NodeVisitor) - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
accept(NodeContainerVisitor) - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
accept(TestCaseLibraryNodeVisitor) - Method in class org.squashtest.tm.domain.testcase.TestCaseLibraryNode
 
accept(TestStepVisitor) - Method in class org.squashtest.tm.domain.testcase.TestStep
 
AclConstrainedObject - Annotation Type in org.squashtest.tm.security.annotation
This annotation should be put on the property getter of a domain object.
ActionStepCollector - Class in org.squashtest.tm.domain.testcase
 
ActionStepCollector() - Constructor for class org.squashtest.tm.domain.testcase.ActionStepCollector
 
ActionTestStep - Class in org.squashtest.tm.domain.testcase
 
ActionTestStep() - Constructor for class org.squashtest.tm.domain.testcase.ActionTestStep
 
ActionTestStep(String, String) - Constructor for class org.squashtest.tm.domain.testcase.ActionTestStep
 
ActivePartyDetector - Class in org.squashtest.tm.domain.users
NOT THREAD SAFE !
ActivePartyDetector() - Constructor for class org.squashtest.tm.domain.users.ActivePartyDetector
 
ActualTimePeriod - Class in org.squashtest.tm.domain.campaign
Embeddable value for an actual date period.
ActualTimePeriod() - Constructor for class org.squashtest.tm.domain.campaign.ActualTimePeriod
 
addAllVerifyingSteps(Collection<ActionTestStep>) - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
Checks that all steps belong to this RequirementVersionCoverage.verifyingTestCase and add them to this RequirementVersionCoverage.verifyingSteps.
addAttachment(Attachment) - Method in class org.squashtest.tm.domain.attachment.AttachmentList
 
addChild(T) - Method in class org.squashtest.tm.domain.library.structures.GraphNode
 
addContent(Iteration) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
addContent(CampaignLibraryNode) - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
addContent(TestSuite) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
addContent(NODE) - Method in class org.squashtest.tm.domain.library.FolderSupport
Adds content to FolderSupport.folder after checking the content can be added.
addContent(NODE) - Method in interface org.squashtest.tm.domain.library.NodeContainer
Adds new content to this container.
addContent(NODE) - Method in class org.squashtest.tm.domain.project.GenericLibrary
 
addContent(Requirement) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
addContent(RequirementLibraryNode) - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
addContent(TestCaseLibraryNode) - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
addDataset(Dataset) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
addExecution(Execution) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
addExtender(AutomatedExecutionExtender) - Method in class org.squashtest.tm.domain.testautomation.AutomatedSuite
 
addExtenders(Collection<AutomatedExecutionExtender>) - Method in class org.squashtest.tm.domain.testautomation.AutomatedSuite
 
addField(String, AdvancedSearchFieldModel) - Method in class org.squashtest.tm.domain.search.AdvancedSearchModel
 
addIssue(Issue) - Method in class org.squashtest.tm.domain.bugtracker.IssueList
 
addIteration(Iteration) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
addMember(User) - Method in class org.squashtest.tm.domain.users.Team
 
addMembers(Collection<User>) - Method in class org.squashtest.tm.domain.users.Team
 
addNode(LibraryTree<T>.TreeNodePair) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
Given a TreeNodePair (see documentation of the inner class for details), will add the child node to the tree.
addNode(Long, T) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
Same than LibraryTree.addNode(TreeNodePair), but the TreeNodePair parameter will be built using the parameter provided here.
addNodes(T, T) - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
will create either the parent or the child if they didn't exist already
addNodes(List<LibraryTree<T>.TreeNodePair>) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
Accepts a list of TreeNodePair and will add all the nodes in that list (see TreeNodePair and TreeNode).
addOption(CustomFieldOption) - Method in class org.squashtest.tm.domain.customfield.SingleSelectField
Will check if label and the code are available among the existing options.
addOption(CustomFieldOption) - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedSingleSelectField
Will check if label and the code are available among the existing options.
addParameter(Parameter) - Method in class org.squashtest.tm.domain.testcase.TestCase
If the given parameter doesn't already exists in this.parameters, and, if the given parameter's name is not found in this.parmeters : will add the given parameter to this.parameters.
addParameterValue(DatasetParamValue) - Method in class org.squashtest.tm.domain.testcase.Dataset
 
addParent(T) - Method in class org.squashtest.tm.domain.library.structures.GraphNode
 
addPreviousVersionsCopiesToCopy(Requirement) - Method in class org.squashtest.tm.domain.requirement.Requirement
Will create copies for all non obsolete versions older than the current version, and add it to the copy.
addRenderingLocation(RenderingLocation) - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
addRequirementCoverage(RequirementVersionCoverage) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
Simply add the coverage to this.requirementVersionCoverage
addRequirementCoverage(RequirementVersionCoverage) - Method in class org.squashtest.tm.domain.testcase.TestCase
Set the verifying test case as this, and add the coverage the the this.requirementVersionCoverage
addRequirementVersionCoverage(RequirementVersionCoverage) - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
addStep(TestStep) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
addStep(int, TestStep) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
addTeam(Team) - Method in class org.squashtest.tm.domain.users.User
 
addTestPlan(IterationTestPlanItem) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
addTestSuite(TestSuite) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
addTestSuite(TestSuite) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
addToTestPlan(CampaignTestPlanItem) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
AdministrableProject - Class in org.squashtest.tm.domain.project
Dto to decorate a generic project with functional informations such as "deletable" or is "template".
AdministrableProject(GenericProject) - Constructor for class org.squashtest.tm.domain.project.AdministrableProject
 
AdministrationStatistics - Class in org.squashtest.tm.domain
Bean that stores the number of some entities in the database.
AdministrationStatistics(Object[]) - Constructor for class org.squashtest.tm.domain.AdministrationStatistics
Will read the Object[] param and fill it's properties with the following "index/property" mapping : 0/projectsNumber 1/usersNumber 2/requirementsNumber 3/testCasesNumber 4/campaignsNumber 5/iterationsNumber 6/executionsNumber
AdvancedSearchFieldModel - Interface in org.squashtest.tm.domain.search
 
AdvancedSearchIndexMonitoring - Class in org.squashtest.tm.domain.search
 
AdvancedSearchIndexMonitoringForRequirementVersions - Class in org.squashtest.tm.domain.search
 
AdvancedSearchIndexMonitoringForTestcases - Class in org.squashtest.tm.domain.search
 
AdvancedSearchListFieldModel - Class in org.squashtest.tm.domain.search
 
AdvancedSearchListFieldModel() - Constructor for class org.squashtest.tm.domain.search.AdvancedSearchListFieldModel
 
AdvancedSearchModel - Class in org.squashtest.tm.domain.search
 
AdvancedSearchModel() - Constructor for class org.squashtest.tm.domain.search.AdvancedSearchModel
 
AdvancedSearchRangeFieldModel - Class in org.squashtest.tm.domain.search
 
AdvancedSearchRangeFieldModel() - Constructor for class org.squashtest.tm.domain.search.AdvancedSearchRangeFieldModel
 
AdvancedSearchSingleFieldModel - Class in org.squashtest.tm.domain.search
 
AdvancedSearchSingleFieldModel() - Constructor for class org.squashtest.tm.domain.search.AdvancedSearchSingleFieldModel
 
AdvancedSearchTextFieldModel - Class in org.squashtest.tm.domain.search
 
AdvancedSearchTextFieldModel() - Constructor for class org.squashtest.tm.domain.search.AdvancedSearchTextFieldModel
 
AdvancedSearchTimeIntervalFieldModel - Class in org.squashtest.tm.domain.search
 
AdvancedSearchTimeIntervalFieldModel() - Constructor for class org.squashtest.tm.domain.search.AdvancedSearchTimeIntervalFieldModel
 
areAllSuccess() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
areAllSuccessOrUntestable() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
areAllUntestable() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
aspectIsEnabled() - Method in class org.squashtest.tm.domain.event.AbstractRequirementEventPublisher
The aspect is enabled if it can publish events to an auditor.
assemble(Serializable, Object) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
ATTACH - Static variable in class org.squashtest.tm.security.acls.CustomPermission
 
Attachment - Class in org.squashtest.tm.domain.attachment
 
Attachment() - Constructor for class org.squashtest.tm.domain.attachment.Attachment
 
Attachment(String) - Constructor for class org.squashtest.tm.domain.attachment.Attachment
 
AttachmentContent - Class in org.squashtest.tm.domain.attachment
the BLOB part of the attachment was kept apart from the Attachment class itself to enforce the lazy loading of potentially large data.
AttachmentContent() - Constructor for class org.squashtest.tm.domain.attachment.AttachmentContent
 
AttachmentHolder - Interface in org.squashtest.tm.domain.attachment
Interface for objects which can hold attachments.
AttachmentList - Class in org.squashtest.tm.domain.attachment
 
AttachmentList() - Constructor for class org.squashtest.tm.domain.attachment.AttachmentList
 
AtView - Annotation Type in org.squashtest.tm.domain.viewmapping
Deprecated.
AtViews - Annotation Type in org.squashtest.tm.domain.viewmapping
Deprecated.
Auditable - Annotation Type in org.squashtest.tm.domain.audit
Marks entities which creation and last modification information should be persisted.
AuditableBridgeCreatedBy - Class in org.squashtest.tm.domain.testcase
 
AuditableBridgeCreatedBy() - Constructor for class org.squashtest.tm.domain.testcase.AuditableBridgeCreatedBy
 
AuditableBridgeCreatedOn - Class in org.squashtest.tm.domain.testcase
 
AuditableBridgeCreatedOn() - Constructor for class org.squashtest.tm.domain.testcase.AuditableBridgeCreatedOn
 
AuditableBridgeModifiedBy - Class in org.squashtest.tm.domain.testcase
 
AuditableBridgeModifiedBy() - Constructor for class org.squashtest.tm.domain.testcase.AuditableBridgeModifiedBy
 
AuditableBridgeModifiedOn - Class in org.squashtest.tm.domain.testcase
 
AuditableBridgeModifiedOn() - Constructor for class org.squashtest.tm.domain.testcase.AuditableBridgeModifiedOn
 
AuditableMixin - Interface in org.squashtest.tm.domain.audit
Defines interface for @Auditable entities.
AuditableSupport - Class in org.squashtest.tm.domain.audit
Embeddable delegate for Auditable entities.
AuditableSupport() - Constructor for class org.squashtest.tm.domain.audit.AuditableSupport
 
AutomatedExecutionExtender - Class in org.squashtest.tm.domain.testautomation
this was meant to be a subclass of Execution; that's what the business says.
AutomatedExecutionExtender() - Constructor for class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
AutomatedSuite - Class in org.squashtest.tm.domain.testautomation
 
AutomatedSuite() - Constructor for class org.squashtest.tm.domain.testautomation.AutomatedSuite
 
AutomatedTest - Class in org.squashtest.tm.domain.testautomation
 
AutomatedTest() - Constructor for class org.squashtest.tm.domain.testautomation.AutomatedTest
 
AutomatedTest(String, TestAutomationProject) - Constructor for class org.squashtest.tm.domain.testautomation.AutomatedTest
 

B

BindableEntity - Enum in org.squashtest.tm.domain.customfield
Enumerates the entities which can be bounded to custom fields.
BindableEntityMismatchException - Exception in org.squashtest.tm.exception.customfield
 
BindableEntityMismatchException() - Constructor for exception org.squashtest.tm.exception.customfield.BindableEntityMismatchException
 
BindableEntityMismatchException(String) - Constructor for exception org.squashtest.tm.exception.customfield.BindableEntityMismatchException
 
bindTestAutomationProject(TestAutomationProject) - Method in class org.squashtest.tm.domain.project.GenericProject
will add a TestAutomationProject if it wasn't added already, or won't do anything if it was already bound to this.
bindTestPlanItem(IterationTestPlanItem) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
bindTestPlanItems(List<IterationTestPlanItem>) - Method in class org.squashtest.tm.domain.campaign.TestSuite
Binds the test plan items to this test suite
bindTestPlanItemsById(List<Long>) - Method in class org.squashtest.tm.domain.campaign.TestSuite
Binds the test plan items to this test suite using their id to retrieve them from the iteration.
BlobUserType - Class in org.squashtest.tm.infrastructure.hibernate
 
BlobUserType() - Constructor for class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
BoundEntity - Interface in org.squashtest.tm.domain.customfield
 
BugTrackerBinding - Class in org.squashtest.tm.domain.bugtracker
The purpose of this entity is to store informations about A Project's connection to a BugTracker.
BugTrackerBinding() - Constructor for class org.squashtest.tm.domain.bugtracker.BugTrackerBinding
 
BugTrackerBinding(String, BugTracker, GenericProject) - Constructor for class org.squashtest.tm.domain.bugtracker.BugTrackerBinding
 
BugTrackerNameAlreadyExistsException - Exception in org.squashtest.tm.exception
 
BugTrackerNameAlreadyExistsException(Exception) - Constructor for exception org.squashtest.tm.exception.BugTrackerNameAlreadyExistsException
 
BugTrackerNameAlreadyExistsException(String) - Constructor for exception org.squashtest.tm.exception.BugTrackerNameAlreadyExistsException
 
BugTrackerNameAlreadyExistsException() - Constructor for exception org.squashtest.tm.exception.BugTrackerNameAlreadyExistsException
 
BugTrackerStatus - Enum in org.squashtest.tm.domain.bugtracker
 
build() - Method in interface org.squashtest.tm.domain.event.RequirementPropertyChangeEventBuilder
 
builder() - Static method in class org.squashtest.tm.domain.event.RequirementLargePropertyChange
 
builder() - Static method in class org.squashtest.tm.domain.event.RequirementPropertyChange
 
buildExportTestStepData(TestStep) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 

C

calculateSimpleName() - Method in class org.squashtest.tm.domain.users.UsersGroup
 
calculateSimpleName() - Method in class org.squashtest.tm.security.acls.PermissionGroup
 
CallTestStep - Class in org.squashtest.tm.domain.testcase
 
CallTestStep() - Constructor for class org.squashtest.tm.domain.testcase.CallTestStep
 
Campaign - Class in org.squashtest.tm.domain.campaign
 
Campaign() - Constructor for class org.squashtest.tm.domain.campaign.Campaign
 
campaign - Variable in class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
 
CampaignExportCSVModel - Interface in org.squashtest.tm.domain.campaign
 
CampaignExportCSVModel.Cell - Interface in org.squashtest.tm.domain.campaign
 
CampaignExportCSVModel.Row - Interface in org.squashtest.tm.domain.campaign
 
CampaignFolder - Class in org.squashtest.tm.domain.campaign
 
CampaignFolder() - Constructor for class org.squashtest.tm.domain.campaign.CampaignFolder
 
CampaignLibrary - Class in org.squashtest.tm.domain.campaign
 
CampaignLibrary() - Constructor for class org.squashtest.tm.domain.campaign.CampaignLibrary
 
CampaignLibraryNode - Class in org.squashtest.tm.domain.campaign
 
CampaignLibraryNode() - Constructor for class org.squashtest.tm.domain.campaign.CampaignLibraryNode
 
CampaignLibraryNodeVisitor - Interface in org.squashtest.tm.domain.campaign
 
CampaignLibraryPluginBinding - Class in org.squashtest.tm.domain.campaign
 
CampaignLibraryPluginBinding() - Constructor for class org.squashtest.tm.domain.campaign.CampaignLibraryPluginBinding
 
CampaignLibraryPluginBinding(String) - Constructor for class org.squashtest.tm.domain.campaign.CampaignLibraryPluginBinding
 
CampaignTestPlanItem - Class in org.squashtest.tm.domain.campaign
 
CampaignTestPlanItem() - Constructor for class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
 
CampaignTestPlanItem(TestCase) - Constructor for class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
 
CannotCopyNodeException - Exception in org.squashtest.tm.exception.library
 
CannotCopyNodeException(String) - Constructor for exception org.squashtest.tm.exception.library.CannotCopyNodeException
 
CannotDeleteDefaultOptionException - Exception in org.squashtest.tm.exception.customfield
 
CannotDeleteDefaultOptionException(Exception) - Constructor for exception org.squashtest.tm.exception.customfield.CannotDeleteDefaultOptionException
 
CannotDeleteDefaultOptionException(String) - Constructor for exception org.squashtest.tm.exception.customfield.CannotDeleteDefaultOptionException
 
CannotDeleteDefaultOptionException() - Constructor for exception org.squashtest.tm.exception.customfield.CannotDeleteDefaultOptionException
 
CannotDeleteProjectException - Exception in org.squashtest.tm.exception.library
 
CannotDeleteProjectException(Exception) - Constructor for exception org.squashtest.tm.exception.library.CannotDeleteProjectException
 
CannotDeleteProjectException(String) - Constructor for exception org.squashtest.tm.exception.library.CannotDeleteProjectException
 
CannotDeleteProjectException() - Constructor for exception org.squashtest.tm.exception.library.CannotDeleteProjectException
 
CannotMoveInHimselfException - Exception in org.squashtest.tm.exception.library
 
CannotMoveInHimselfException() - Constructor for exception org.squashtest.tm.exception.library.CannotMoveInHimselfException
 
ChangedProperty - Interface in org.squashtest.tm.domain.event
 
changeOfCriticalityCanChangeImportanceAuto(RequirementCriticality, RequirementCriticality) - Method in enum org.squashtest.tm.domain.testcase.TestCaseImportance
will check if the change of criticality of the associated requirement can change the auto-computed testCase importance (this)
changeOptionCode(String, String) - Method in class org.squashtest.tm.domain.customfield.SingleSelectField
Checks if the newCode is available among all options.
changeOptionLabel(String, String) - Method in class org.squashtest.tm.domain.customfield.SingleSelectField
Checks if the newlabel is available among all options.
checkCanRemoveTestCaseFromRequirementVersion() - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
checkLinkable() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
checkRequirementNotVerified(RequirementVersionCoverage, RequirementVersion) - Method in class org.squashtest.tm.domain.testcase.TestCase
Checks if the given version is already verified, avoiding to look at the given requirementVersionCoverage.
checkRequirementNotVerified(RequirementVersion) - Method in class org.squashtest.tm.domain.testcase.TestCase
checks if the given version is already verified.
checkSuiteNameAvailable(String) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
classToTableName(String) - Method in class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 
code - Variable in class org.squashtest.tm.domain.customfield.CustomField
 
CODE_REGEXP - Static variable in class org.squashtest.tm.domain.customfield.CustomField
 
CodeAlreadyExistsException - Exception in org.squashtest.tm.exception.customfield
 
CodeAlreadyExistsException(String, String, Class<?>) - Constructor for exception org.squashtest.tm.exception.customfield.CodeAlreadyExistsException
Reports an error on the code, hence the setField("code");
CodeAlreadyExistsException() - Constructor for exception org.squashtest.tm.exception.customfield.CodeAlreadyExistsException
Reports an error on the code, hence the setField("code");
CodeAlreadyExistsException(String) - Constructor for exception org.squashtest.tm.exception.customfield.CodeAlreadyExistsException
Reports an error on the code, hence the setField("code");
CodeDoesNotMatchesPatternException - Exception in org.squashtest.tm.exception.customfield
 
CodeDoesNotMatchesPatternException() - Constructor for exception org.squashtest.tm.exception.customfield.CodeDoesNotMatchesPatternException
Reports an error on the code, hence the setField("code");
CodeDoesNotMatchesPatternException(String, String) - Constructor for exception org.squashtest.tm.exception.customfield.CodeDoesNotMatchesPatternException
 
CodeDoesNotMatchesPatternException(String, String, String) - Constructor for exception org.squashtest.tm.exception.customfield.CodeDoesNotMatchesPatternException
 
coerceToBindableEntity(Class<?>) - Static method in enum org.squashtest.tm.domain.customfield.BindableEntity
 
collect(Transformer) - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
 
collect(Transformer) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
That method will gather arbitrary informations on every single nodes and return the list of the gathered informations.
collect(List<TestStep>) - Method in class org.squashtest.tm.domain.testcase.ActionStepCollector
 
collectionTableName(String, String, String, String, String) - Method in class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 
collectKeys() - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
short hand for LibraryTree.collect(Transformer) with a Transformer returning the data.key for each nodes.
ColumnHeaderNotFoundException - Exception in org.squashtest.tm.exception
thrown when a zip archive cannot be read (or maybe the file is no zip archive)
ColumnHeaderNotFoundException() - Constructor for exception org.squashtest.tm.exception.ColumnHeaderNotFoundException
 
ColumnHeaderNotFoundException(String) - Constructor for exception org.squashtest.tm.exception.ColumnHeaderNotFoundException
 
columnName(String) - Method in class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 
compare(Identified, Identified) - Method in class org.squashtest.tm.domain.IdentifiedComparator
 
compare(Identified, Identified) - Method in class org.squashtest.tm.domain.IdentifiersOrderComparator
 
compare(Level, Level) - Method in class org.squashtest.tm.domain.LevelComparator
(non-Javadoc)
compare(RequirementVersion, RequirementVersion) - Method in class org.squashtest.tm.domain.requirement.RequirementVersionNumberComparator
 
CompositeDomainException - Exception in org.squashtest.tm.exception
Composite exception.
CompositeDomainException(List<DomainException>) - Constructor for exception org.squashtest.tm.exception.CompositeDomainException
 
CompositeException - Exception in org.squashtest.tm.exception
Composite exception.
CompositeException(List<T>) - Constructor for exception org.squashtest.tm.exception.CompositeException
 
computeNewStatus(ExecutionStatusReport) - Static method in enum org.squashtest.tm.domain.execution.ExecutionStatus
will compute from scratch a status using a complete report.
Copiable - Interface in org.squashtest.tm.domain.library
 
copy() - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
copyForRequirementVersion(RequirementVersion) - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
copyForTestCase(TestCase) - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
CopyPasteObsoleteException - Exception in org.squashtest.tm.exception.requirement
 
CopyPasteObsoleteException(Exception) - Constructor for exception org.squashtest.tm.exception.requirement.CopyPasteObsoleteException
 
CopyPasteObsoleteException(String) - Constructor for exception org.squashtest.tm.exception.requirement.CopyPasteObsoleteException
 
CopyPasteObsoleteException(String, Exception) - Constructor for exception org.squashtest.tm.exception.requirement.CopyPasteObsoleteException
 
CopyPasteObsoleteException() - Constructor for exception org.squashtest.tm.exception.requirement.CopyPasteObsoleteException
 
copyRenderingLocations() - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
couldHaveSetExecStatusAlone(ExecutionStatus, ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
CountElementsInCollectionBridge - Class in org.squashtest.tm.domain.search
 
CountElementsInCollectionBridge() - Constructor for class org.squashtest.tm.domain.search.CountElementsInCollectionBridge
 
createAutoComputedPeriod() - Static method in class org.squashtest.tm.domain.campaign.ActualTimePeriod
 
createAutomatedExecution() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
createCampaignlessCopy() - Method in class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
Factory method.
createCopy() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
createCopy() - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
createCopy() - Method in class org.squashtest.tm.domain.campaign.Iteration
copy of iteration doesn't contain test-suites !!
createCopy() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
Factory method.
createCopy() - Method in class org.squashtest.tm.domain.campaign.TestSuite
returns a copy of a test Suite without it's test plan.
createCopy() - Method in interface org.squashtest.tm.domain.library.Copiable
 
createCopy(FOLDER) - Method in class org.squashtest.tm.domain.library.FolderSupport
 
createCopy() - Method in class org.squashtest.tm.domain.requirement.Requirement
Creates a copy usable in a copy / paste operation.
createCopy() - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
createCopy() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
createCopy() - Method in class org.squashtest.tm.domain.testcase.CallTestStep
 
createCopy() - Method in class org.squashtest.tm.domain.testcase.TestCase
Will create a copy from this instance.
createCopy() - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
createCopy() - Method in class org.squashtest.tm.domain.testcase.TestStep
Should create a transient copy of this TestStep according to business rules.
createExecution() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
Creates an execution of this item and returns it.
createExecutionSteps(Dataset) - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
createExecutionSteps(Dataset) - Method in class org.squashtest.tm.domain.testcase.CallTestStep
 
createExecutionSteps(Dataset) - Method in class org.squashtest.tm.domain.testcase.TestStep
 
createFromLogin(String) - Static method in class org.squashtest.tm.domain.users.User
Factory method which creates a user from a login. last name is populated with login.
createFromMemento(RequirementVersionImportMemento) - Static method in class org.squashtest.tm.domain.requirement.RequirementVersion
Factory methiod which creates a RequirementVersion from a memento objet which holds the new object's target state.
createNewNode(T, int, T) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
 
createNewValue() - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
createPastableCopy() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
Will create a copy of the requirement version with all attributes, and attachments.
createPastableCopyOfTestPlan() - Method in class org.squashtest.tm.domain.campaign.TestSuite
returns an ordered copy of the test-suite test plan
-test plans items that are not linked to a test case are not copied
-the copy of a test plan item is done using IterationTestPlanItem.createCopy()
createRequirementVersionCoveragesForCopy(RequirementVersion) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
Will create a copy of this.requirementVersionCoverages.
createRequirementVersionCoveragesForCopy(TestCase) - Method in class org.squashtest.tm.domain.testcase.TestCase
Copy this.requirementVersionCoverages .
createTestPlanItems(TestCase, Collection<Dataset>) - Static method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
Creates a collection of test plan items for the given test case and datasets.
createTestSuitesPastableCopy() - Method in class org.squashtest.tm.domain.campaign.Iteration
this method is used in case of copy paste of an iteration with test suites.
createUnparameterizedTestPlanItem(TestCase) - Static method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
Creates a test plan item for the given test case. the test plan item won't be parameterized (ie no dataset).
CUFBridge - Class in org.squashtest.tm.domain.search
 
CUFBridge() - Constructor for class org.squashtest.tm.domain.search.CUFBridge
 
currentUser() - Method in class org.squashtest.tm.domain.event.AbstractRequirementEventPublisher
 
CustomField - Class in org.squashtest.tm.domain.customfield
 
CustomField() - Constructor for class org.squashtest.tm.domain.customfield.CustomField
For ORM purposes.
CustomField(InputType) - Constructor for class org.squashtest.tm.domain.customfield.CustomField
 
CustomFieldBinding - Class in org.squashtest.tm.domain.customfield
Defines the binding of a CustomField to instances of BindableEntitys contained in a Project
CustomFieldBinding() - Constructor for class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
CustomFieldBinding.PositionAwareBindingList - Class in org.squashtest.tm.domain.customfield
In case you wonder : NOT THREAD SAFE !
CustomFieldBinding.PositionAwareBindingList(Collection<CustomFieldBinding>) - Constructor for class org.squashtest.tm.domain.customfield.CustomFieldBinding.PositionAwareBindingList
 
CustomFieldHasDefaultAsRequiredValidator - Class in org.squashtest.tm.validation.validator
 
CustomFieldHasDefaultAsRequiredValidator() - Constructor for class org.squashtest.tm.validation.validator.CustomFieldHasDefaultAsRequiredValidator
 
CustomFieldOption - Class in org.squashtest.tm.domain.customfield
Defines an option which can be selected among a list and set as a custom field's value.
CustomFieldOption(String, String) - Constructor for class org.squashtest.tm.domain.customfield.CustomFieldOption
 
CustomFieldOption() - Constructor for class org.squashtest.tm.domain.customfield.CustomFieldOption
For Hibernate.
CustomFieldValue - Class in org.squashtest.tm.domain.customfield
 
CustomFieldValue() - Constructor for class org.squashtest.tm.domain.customfield.CustomFieldValue
 
CustomFieldValue(Long, BindableEntity, CustomFieldBinding, String) - Constructor for class org.squashtest.tm.domain.customfield.CustomFieldValue
 
CustomFieldVisitor - Interface in org.squashtest.tm.domain.customfield
 
CustomPermission - Class in org.squashtest.tm.security.acls
 
CustomPermission(int) - Constructor for class org.squashtest.tm.security.acls.CustomPermission
 
CustomPermission(int, char) - Constructor for class org.squashtest.tm.security.acls.CustomPermission
 
CustomPermissionFactory - Class in org.squashtest.tm.security.acls
 
CustomPermissionFactory() - Constructor for class org.squashtest.tm.security.acls.CustomPermissionFactory
 
CyclicStepCallException - Exception in org.squashtest.tm.exception
 
CyclicStepCallException(Exception) - Constructor for exception org.squashtest.tm.exception.CyclicStepCallException
 
CyclicStepCallException(String) - Constructor for exception org.squashtest.tm.exception.CyclicStepCallException
 
CyclicStepCallException() - Constructor for exception org.squashtest.tm.exception.CyclicStepCallException
 

D

dataIterator() - Method in interface org.squashtest.tm.domain.campaign.CampaignExportCSVModel
 
dataIterator() - Method in interface org.squashtest.tm.domain.search.SearchExportCSVModel
 
Dataset - Class in org.squashtest.tm.domain.testcase
 
Dataset() - Constructor for class org.squashtest.tm.domain.testcase.Dataset
 
Dataset(String, TestCase) - Constructor for class org.squashtest.tm.domain.testcase.Dataset
 
DatasetParamValue - Class in org.squashtest.tm.domain.testcase
 
DatasetParamValue() - Constructor for class org.squashtest.tm.domain.testcase.DatasetParamValue
 
DatasetParamValue(Parameter, Dataset) - Constructor for class org.squashtest.tm.domain.testcase.DatasetParamValue
 
DatasetParamValue(Parameter, Dataset, String) - Constructor for class org.squashtest.tm.domain.testcase.DatasetParamValue
 
deduceNewImporanceWhenAddCriticality(RequirementCriticality) - Method in enum org.squashtest.tm.domain.testcase.TestCaseImportance
will deduce the new TestCase importance when a new RequirementCriticality has been added to the associated RequirementCriticality list of the TestCase.
deduceNewStatus(ExecutionStatus, ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
will deduce the new status of an execution based on the former execution status and former step status.
deduceTestCaseImportance(List<RequirementCriticality>) - Static method in enum org.squashtest.tm.domain.testcase.TestCaseImportance
 
deepCopy(Object) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
defaultAvailableSet() - Method in enum org.squashtest.tm.domain.requirement.RequirementStatus
 
defaultValue - Variable in class org.squashtest.tm.domain.customfield.CustomField
 
defaultValue() - Static method in enum org.squashtest.tm.domain.testcase.TestCaseExecutionMode
 
defaultValue() - Static method in enum org.squashtest.tm.domain.testcase.TestCaseImportance
 
defaultValue() - Static method in enum org.squashtest.tm.domain.testcase.TestCaseNature
 
defaultValue() - Static method in enum org.squashtest.tm.domain.testcase.TestCaseStatus
 
defaultValue() - Static method in enum org.squashtest.tm.domain.testcase.TestCaseType
 
DefaultValueRequiredException - Exception in org.squashtest.tm.exception.customfield
 
DefaultValueRequiredException(Exception) - Constructor for exception org.squashtest.tm.exception.customfield.DefaultValueRequiredException
 
DefaultValueRequiredException(String) - Constructor for exception org.squashtest.tm.exception.customfield.DefaultValueRequiredException
 
DefaultValueRequiredException() - Constructor for exception org.squashtest.tm.exception.customfield.DefaultValueRequiredException
 
DenormalizedFieldHolder - Interface in org.squashtest.tm.domain.denormalizedfield
 
DenormalizedFieldHolderType - Enum in org.squashtest.tm.domain.denormalizedfield
Enumerates the entities which can hold denormalized field values.
DenormalizedFieldValue - Class in org.squashtest.tm.domain.denormalizedfield
 
DenormalizedFieldValue() - Constructor for class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
For ORM purposes.
DenormalizedFieldValue(CustomFieldValue, Long, DenormalizedFieldHolderType) - Constructor for class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
Copies the attributes of the given customFieldValue and it's associated customField and customFieldBinding
DenormalizedFieldValue(String, CustomFieldBinding, Long, DenormalizedFieldHolderType) - Constructor for class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
Create DenormalizedFieldValue with value param.
DenormalizedFieldValue(CustomFieldValue, int, Long, DenormalizedFieldHolderType) - Constructor for class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
Will create a DenormalizedFieldValue with the value param.
DenormalizedFieldVisitor - Interface in org.squashtest.tm.domain.denormalizedfield
 
DenormalizedSingleSelectField - Class in org.squashtest.tm.domain.denormalizedfield
An Editable Denormalized Custom Field which stores a single option selected from a list.
DenormalizedSingleSelectField() - Constructor for class org.squashtest.tm.domain.denormalizedfield.DenormalizedSingleSelectField
Created a SingleSelectField with a
DenormalizedSingleSelectField(CustomFieldValue, Long, DenormalizedFieldHolderType) - Constructor for class org.squashtest.tm.domain.denormalizedfield.DenormalizedSingleSelectField
 
DenormalizedSingleSelectField(String, CustomFieldBinding, Long, DenormalizedFieldHolderType) - Constructor for class org.squashtest.tm.domain.denormalizedfield.DenormalizedSingleSelectField
 
DenormalizedSingleSelectField(CustomFieldValue, int, Long, DenormalizedFieldHolderType) - Constructor for class org.squashtest.tm.domain.denormalizedfield.DenormalizedSingleSelectField
 
detachIssue(Long) - Method in interface org.squashtest.tm.domain.bugtracker.IssueDetector
removes the link between an issue and its issue detector.
detachIssue(Long) - Method in class org.squashtest.tm.domain.execution.Execution
 
detachIssue(Long) - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
disablePlugin(String) - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
disablePlugin(String) - Method in interface org.squashtest.tm.domain.library.PluginReferencer
tells this instance that the plugin referenced by pluginId is now disabled
disablePlugin(String) - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
disablePlugin(String) - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
disassemble(Object) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
doBottomUp(Closure) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
Accepts a Closure that will be applied on the nodes using bottom-up exploration.
DomainException - Exception in org.squashtest.tm.exception
 
DomainException(String, String) - Constructor for exception org.squashtest.tm.exception.DomainException
 
DomainException(String) - Constructor for exception org.squashtest.tm.exception.DomainException
 
doSetFirstAction(String) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
doTopDown(Closure) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
Accepts a Closure that will be applied on the nodes using top-down exploration.
DuplicateNameException - Exception in org.squashtest.tm.exception
/!
DuplicateNameException(String, String) - Constructor for exception org.squashtest.tm.exception.DuplicateNameException
Reports an error on the name, hence the setField("name");
DuplicateNameException() - Constructor for exception org.squashtest.tm.exception.DuplicateNameException
Reports an error on the name, hence the setField("name");
DuplicateNameException(String) - Constructor for exception org.squashtest.tm.exception.DuplicateNameException
Reports an error on the name, hence the setField("name");

E

emptyContent() - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
emptyExecutions() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
EmptyTestSuiteTestPlanException - Exception in org.squashtest.tm.exception.execution
 
EmptyTestSuiteTestPlanException(TestSuite) - Constructor for exception org.squashtest.tm.exception.execution.EmptyTestSuiteTestPlanException
 
enablePlugin(String) - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
enablePlugin(String) - Method in interface org.squashtest.tm.domain.library.PluginReferencer
tells this instance that the plugin referenced by pluginId is now enabled
enablePlugin(String) - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
enablePlugin(String) - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
equals(Object) - Method in class org.squashtest.tm.domain.customfield.CustomFieldOption
 
equals(Object) - Method in class org.squashtest.tm.domain.library.GenericLibraryNode
 
equals(Object) - Method in class org.squashtest.tm.domain.library.NodeReference
 
equals(Object) - Method in class org.squashtest.tm.domain.library.structures.NodeData
 
equals(NodeData<KEY_TYPE>) - Method in class org.squashtest.tm.domain.library.structures.NodeData
 
equals(Object) - Method in class org.squashtest.tm.domain.resource.Resource
 
equals(Object) - Method in class org.squashtest.tm.domain.testcase.TestCaseLibraryNode
 
equals(Object, Object) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
EXECUTE - Static variable in class org.squashtest.tm.security.acls.CustomPermission
 
Execution - Class in org.squashtest.tm.domain.execution
 
Execution() - Constructor for class org.squashtest.tm.domain.execution.Execution
 
Execution(TestCase) - Constructor for class org.squashtest.tm.domain.execution.Execution
Creates an execution for the test case references by the given tess plan item.
Execution(TestCase, Dataset) - Constructor for class org.squashtest.tm.domain.execution.Execution
 
executionExtenders - Variable in class org.squashtest.tm.domain.testautomation.AutomatedSuite
 
ExecutionHasNoRunnableStepException - Exception in org.squashtest.tm.exception.execution
Indicates we tried to run an execution which has no runnable step.
ExecutionHasNoRunnableStepException() - Constructor for exception org.squashtest.tm.exception.execution.ExecutionHasNoRunnableStepException
 
ExecutionHasNoStepsException - Exception in org.squashtest.tm.exception.execution
Indicates we try to run an execution which has no step.
ExecutionHasNoStepsException() - Constructor for exception org.squashtest.tm.exception.execution.ExecutionHasNoStepsException
 
executionMode - Variable in class org.squashtest.tm.domain.execution.Execution
 
ExecutionStatus - Enum in org.squashtest.tm.domain.execution
This class declare the 7 execution statuses, 5 of them being canonical.
ExecutionStatusReport - Class in org.squashtest.tm.domain.execution
Bean to hold the occurrence of execution steps status from a list of execution steps.
ExecutionStatusReport() - Constructor for class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
ExecutionStatusReport(int, int, int, int, int, int) - Constructor for class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
ExecutionStatusReport(int, int, int, int, int, int, int, int) - Constructor for class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
ExecutionStep - Class in org.squashtest.tm.domain.execution
 
ExecutionStep() - Constructor for class org.squashtest.tm.domain.execution.ExecutionStep
Hibernate needs this.
ExecutionStep(ActionTestStep) - Constructor for class org.squashtest.tm.domain.execution.ExecutionStep
 
ExecutionStep(ActionTestStep, Dataset) - Constructor for class org.squashtest.tm.domain.execution.ExecutionStep
 
EXPORT - Static variable in class org.squashtest.tm.security.acls.CustomPermission
 
ExportData - Class in org.squashtest.tm.domain.library
Common DataSource for jasper Node Export
ExportData() - Constructor for class org.squashtest.tm.domain.library.ExportData
 
ExportData(LibraryNode, Folder) - Constructor for class org.squashtest.tm.domain.library.ExportData
 
ExportRequirementData - Class in org.squashtest.tm.domain.requirement
Data support for jasper Requirement Export
ExportRequirementData() - Constructor for class org.squashtest.tm.domain.requirement.ExportRequirementData
 
ExportRequirementData(Requirement, RequirementFolder) - Constructor for class org.squashtest.tm.domain.requirement.ExportRequirementData
 
ExportTestCaseData - Class in org.squashtest.tm.domain.testcase
Data support for jasper Test Case Export
ExportTestCaseData() - Constructor for class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
ExportTestCaseData(TestCase, TestCaseFolder) - Constructor for class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
ExportTestStepData - Class in org.squashtest.tm.domain.testcase
 
ExportTestStepData(String, String) - Constructor for class org.squashtest.tm.domain.testcase.ExportTestStepData
 
EXTENDED_DELETE - Static variable in class org.squashtest.tm.security.acls.CustomPermission
 
extractIds(T) - Static method in class org.squashtest.tm.domain.IdentifiedUtil
 

F

filter(Predicate) - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
 
filterAndcollect(Predicate, Transformer) - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
first we'll filter, then we'll collect.
findBugTracker() - Method in class org.squashtest.tm.domain.project.GenericProject
 
findFirstExecutableTestPlanItem() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
findFirstExecutableTestPlanItem(String) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
findFirstRunnableStep() - Method in class org.squashtest.tm.domain.execution.Execution
 
findFirstUnexecutedStep() - Method in class org.squashtest.tm.domain.execution.Execution
return the first step with a running or a ready state.
findIssue(long) - Method in class org.squashtest.tm.domain.bugtracker.IssueList
 
findItemIndexInTestPlan(long) - Method in class org.squashtest.tm.domain.campaign.Iteration
Method which returns the position of an item test plan in the current iteration
findLastNonObsoleteVersion() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
findNextExecutableTestPlanItem(long) - Method in class org.squashtest.tm.domain.campaign.TestSuite
finds next item (that last execution has unexecuted step) or (has no execution and is not test case deleted) can return item linked to test-case with no step
findNextExecutableTestPlanItem(long, String) - Method in class org.squashtest.tm.domain.campaign.TestSuite
finds next item (that last execution has unexecuted step) or (has no execution and is not test case deleted) and that is assigned to the current user if he is a tester.
findParameterByName(String) - Method in class org.squashtest.tm.domain.testcase.TestCase
Will go through this.parameters and return the Parameter matching the given name
findRequirementVersion(int) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
findStrongestCriticality(List<RequirementCriticality>) - Static method in enum org.squashtest.tm.domain.requirement.RequirementCriticality
 
findTestCaseIndexInTestPlan(long) - Method in class org.squashtest.tm.domain.campaign.Iteration
Method which returns the position of a test case in the current iteration
findTestPlanItem(TestCase) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
findUsedParameterNamesInString(String) - Static method in class org.squashtest.tm.domain.testcase.Parameter
 
findUsedParametersNames() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
findUsedParamsNamesInSteps() - Method in class org.squashtest.tm.domain.testcase.TestCase
Will find the names of all parameters used in this test case's steps.
Folder<NODE extends LibraryNode> - Interface in org.squashtest.tm.domain.library
Interface of a Library folder.
FolderSupport<NODE extends LibraryNode,FOLDER extends Folder<NODE>> - Class in org.squashtest.tm.domain.library
This class is meant to be used as a delegate when one implements a Folder.
FolderSupport(FOLDER) - Constructor for class org.squashtest.tm.domain.library.FolderSupport
 
foreignKeyColumnName(String, String, String, String) - Method in class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 
fromXMLString(String) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
Deprecated.

G

GenericLibrary<NODE extends LibraryNode> - Class in org.squashtest.tm.domain.project
Abstract superclass of Library implementations based on generics.
GenericLibrary() - Constructor for class org.squashtest.tm.domain.project.GenericLibrary
 
GenericLibraryNode - Class in org.squashtest.tm.domain.library
Generic superclass for library nodes.
GenericLibraryNode() - Constructor for class org.squashtest.tm.domain.library.GenericLibraryNode
 
GenericProject - Class in org.squashtest.tm.domain.project
GenericProject is the superclass of Project and ProjectTemplate.
GenericProject() - Constructor for class org.squashtest.tm.domain.project.GenericProject
 
getAction() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getAction() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
getAction() - Method in class org.squashtest.tm.domain.testcase.ExportTestStepData
 
getActionSteps() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getActivated() - Method in class org.squashtest.tm.domain.projectfilter.ProjectFilter
 
getActive() - Method in class org.squashtest.tm.domain.users.User
 
getActualEndDate() - Method in class org.squashtest.tm.domain.campaign.ActualTimePeriod
 
getActualEndDate() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getActualEndDate() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getActualStartDate() - Method in class org.squashtest.tm.domain.campaign.ActualTimePeriod
 
getActualStartDate() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getActualStartDate() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getAddedOn() - Method in class org.squashtest.tm.domain.attachment.Attachment
 
getAddToTotalCount() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
getAddToTotalCount() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
getAddToTotalCount() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
getAllAttachments() - Method in class org.squashtest.tm.domain.attachment.AttachmentList
 
getAllAttachments() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
getAllAttachments() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibraryNode
 
getAllIssueListId() - Method in interface org.squashtest.tm.domain.bugtracker.IssueDetector
 
getAllIssueListId() - Method in class org.squashtest.tm.domain.execution.Execution
 
getAllIssueListId() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getAllIssues() - Method in class org.squashtest.tm.domain.bugtracker.IssueList
 
getAllNodes() - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
 
getAllowsStatusUpdate() - Method in enum org.squashtest.tm.domain.requirement.RequirementStatus
tells whether the status could be changed regardless of RequirementStatus.isRequirementModifiable();
getAllPluginBindings() - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
getAllPluginBindings() - Method in interface org.squashtest.tm.domain.library.PluginReferencer
 
getAllPluginBindings() - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
getAllPluginBindings() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
getAssignee() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getAttachmentById(long) - Method in class org.squashtest.tm.domain.attachment.AttachmentList
 
getAttachmentList() - Method in interface org.squashtest.tm.domain.attachment.AttachmentHolder
Should return the container for this object's attachments.
getAttachmentList() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getAttachmentList() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getAttachmentList() - Method in class org.squashtest.tm.domain.execution.Execution
 
getAttachmentList() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getAttachmentList() - Method in class org.squashtest.tm.domain.library.GenericLibraryNode
 
getAttachmentList() - Method in class org.squashtest.tm.domain.project.GenericLibrary
 
getAttachmentList() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getAttachmentList() - Method in class org.squashtest.tm.domain.requirement.RequirementLibraryNode
 
getAttachmentList() - Method in class org.squashtest.tm.domain.resource.Resource
 
getAttachmentList() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
getAuthor() - Method in class org.squashtest.tm.domain.event.RequirementAuditEvent
 
getAutomatedExecutionExtender() - Method in class org.squashtest.tm.domain.execution.Execution
 
getAutomatedSuite() - Method in class org.squashtest.tm.domain.execution.Execution
 
getAutomatedSuite() - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
getAutomatedTest() - Method in class org.squashtest.tm.domain.execution.Execution
 
getAutomatedTest() - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
getAutomatedTest() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getAvailableNextStatus() - Method in enum org.squashtest.tm.domain.requirement.RequirementStatus
the set of the available status transition.
getBaseURL() - Method in class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
getBinding() - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
getBloqued() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
getBoundEntity() - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
getBoundEntityId() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getBoundEntityId() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getBoundEntityId() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getBoundEntityId() - Method in interface org.squashtest.tm.domain.customfield.BoundEntity
 
getBoundEntityId() - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
getBoundEntityId() - Method in class org.squashtest.tm.domain.execution.Execution
 
getBoundEntityId() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getBoundEntityId() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getBoundEntityId() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
getBoundEntityId() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getBoundEntityType() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getBoundEntityType() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getBoundEntityType() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getBoundEntityType() - Method in interface org.squashtest.tm.domain.customfield.BoundEntity
 
getBoundEntityType() - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
getBoundEntityType() - Method in class org.squashtest.tm.domain.execution.Execution
 
getBoundEntityType() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getBoundEntityType() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getBoundEntityType() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
getBoundEntityType() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getBoundProject() - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
getBugtracker() - Method in class org.squashtest.tm.domain.bugtracker.BugTrackerBinding
 
getBugtracker() - Method in class org.squashtest.tm.domain.bugtracker.Issue
 
getBugTracker() - Method in interface org.squashtest.tm.domain.bugtracker.IssueDetector
 
getBugtracker() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getBugTracker() - Method in class org.squashtest.tm.domain.execution.Execution
 
getBugTracker() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getBugtrackerBinding() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getCalledTestCase() - Method in class org.squashtest.tm.domain.testcase.CallTestStep
 
getCampaign() - Method in class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
 
getCampaign() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getCampaign() - Method in exception org.squashtest.tm.exception.campaign.TestCaseAlreadyInTestPlanException
 
getCampaignIndexDate() - Method in class org.squashtest.tm.domain.library.IndexModel
 
getCampaignIndexingDate() - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
getCampaignIndexVersion() - Method in class org.squashtest.tm.domain.library.IndexModel
 
getCampaignLibrary() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getCampaignLibrary() - Method in class org.squashtest.tm.domain.execution.Execution
 
getCampaignLibrary() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getCampaignLibrary() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
getCampaignLibrary() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getCampaignsNumber() - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
getCandidateVersion() - Method in exception org.squashtest.tm.exception.requirement.RequirementAlreadyVerifiedException
 
getCanonicalStatus() - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
getCanonicalStatusSet() - Static method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
getCategories() - Method in interface org.squashtest.tm.domain.requirement.RequirementSearchCriteria
Categories of searched Requirements.
getCategory() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getCategory() - Method in class org.squashtest.tm.domain.requirement.ExportRequirementData
 
getCategory() - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
getCategory() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getCategory() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getCategory() - Method in interface org.squashtest.tm.domain.requirement.RequirementVersionImportMemento
 
getCells() - Method in interface org.squashtest.tm.domain.campaign.CampaignExportCSVModel.Row
 
getCells() - Method in interface org.squashtest.tm.domain.search.SearchExportCSVModel.Row
 
getChild() - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph.GraphNodePair
 
getChild() - Method in class org.squashtest.tm.domain.library.structures.LibraryTree.TreeNodePair
 
getChildless() - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
 
getChildren() - Method in class org.squashtest.tm.domain.library.structures.GraphNode
 
getChildren() - Method in class org.squashtest.tm.domain.library.structures.TreeNode
 
getClassName() - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
getClassName() - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
getClassName() - Method in interface org.squashtest.tm.domain.SelfClassAware
 
getClassName() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getClassName() - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
getClassName() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
getClassSimpleName() - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
getClassSimpleName() - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
getClassSimpleName() - Method in interface org.squashtest.tm.domain.SelfClassAware
 
getClassSimpleName() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getClassSimpleName() - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
getClassSimpleName() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
getCode() - Method in class org.squashtest.tm.domain.customfield.CustomField
 
getCode() - Method in class org.squashtest.tm.domain.customfield.CustomFieldOption
 
getCode() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
getCode() - Method in enum org.squashtest.tm.domain.requirement.RequirementCategory
 
getCode() - Method in enum org.squashtest.tm.domain.requirement.RequirementCriticality
 
getComment() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getComment() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getContent() - Method in class org.squashtest.tm.domain.attachment.Attachment
 
getContent() - Method in class org.squashtest.tm.domain.attachment.AttachmentContent
 
getContent() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getContent() - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
getContent() - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
getContent() - Method in class org.squashtest.tm.domain.campaign.Iteration
The content of an iteration means its test suites.
getContent() - Method in interface org.squashtest.tm.domain.library.NodeContainer
 
getContent() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getContent() - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
getContent() - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
getContent() - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
getContent() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
getContentNames() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getContentNames() - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
getContentNames() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getContentNames() - Method in class org.squashtest.tm.domain.library.FolderSupport
 
getContentNames() - Method in interface org.squashtest.tm.domain.library.NodeContainer
 
getContentNames() - Method in class org.squashtest.tm.domain.project.GenericLibrary
 
getContentNames() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getContentNames() - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
getContentNames() - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
getCreatedBy() - Method in interface org.squashtest.tm.domain.audit.AuditableMixin
 
getCreatedBy() - Method in class org.squashtest.tm.domain.audit.AuditableSupport
 
getCreatedBy() - Method in class org.squashtest.tm.domain.library.ExportData
 
getCreatedBy() - Method in interface org.squashtest.tm.domain.requirement.RequirementVersionImportMemento
 
getCreatedOn() - Method in interface org.squashtest.tm.domain.audit.AuditableMixin
 
getCreatedOn() - Method in class org.squashtest.tm.domain.audit.AuditableSupport
 
getCreatedOn() - Method in class org.squashtest.tm.domain.library.ExportData
 
getCreatedOn() - Method in interface org.squashtest.tm.domain.requirement.RequirementVersionImportMemento
 
getCriticalities() - Method in interface org.squashtest.tm.domain.requirement.RequirementSearchCriteria
Criticalities of searched Requirements.
getCriticality() - Method in class org.squashtest.tm.domain.requirement.ExportRequirementData
 
getCriticality() - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
getCriticality() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getCriticality() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getCriticality() - Method in interface org.squashtest.tm.domain.requirement.RequirementVersionImportMemento
 
getCurrentSquashVersion() - Method in class org.squashtest.tm.domain.library.IndexModel
 
getCurrentVersion() - Method in class org.squashtest.tm.domain.requirement.ExportRequirementData
 
getCurrentVersion() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getCustomField() - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
getCustomField() - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
getCustomFields() - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
getCustomFieldValue() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
getDataset() - Method in class org.squashtest.tm.domain.testcase.DatasetParamValue
 
getDatasets() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getDate() - Method in class org.squashtest.tm.domain.event.RequirementAuditEvent
 
getDefaultMessage() - Method in exception org.squashtest.tm.exception.DomainException
 
getDefaultValue() - Method in class org.squashtest.tm.domain.customfield.CustomField
 
getDefaultValueAsDate() - Method in class org.squashtest.tm.domain.customfield.CustomField
 
getDefaultVerifiableVersion() - Method in class org.squashtest.tm.domain.requirement.Requirement
returns this requirement's version which should be linked to a test case by default.
getDenormalizedFieldHolderId() - Method in interface org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder
 
getDenormalizedFieldHolderId() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
getDenormalizedFieldHolderId() - Method in class org.squashtest.tm.domain.execution.Execution
 
getDenormalizedFieldHolderId() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getDenormalizedFieldHolderType() - Method in interface org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder
 
getDenormalizedFieldHolderType() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
getDenormalizedFieldHolderType() - Method in class org.squashtest.tm.domain.execution.Execution
 
getDenormalizedFieldHolderType() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getDepth() - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
return the depth of the tree, ie how many layers does the tree count.
getDescription() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getDescription() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getDescription() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getDescription() - Method in class org.squashtest.tm.domain.execution.Execution
 
getDescription() - Method in class org.squashtest.tm.domain.library.ExportData
 
getDescription() - Method in class org.squashtest.tm.domain.library.GenericLibraryNode
 
getDescription() - Method in interface org.squashtest.tm.domain.library.LibraryNode
 
getDescription() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
getDescription() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getDescription() - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
getDescription() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getDescription() - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
getDescription() - Method in interface org.squashtest.tm.domain.requirement.RequirementVersionImportMemento
 
getDescription() - Method in class org.squashtest.tm.domain.resource.Resource
 
getDescription() - Method in class org.squashtest.tm.domain.testcase.Parameter
 
getDescription() - Method in class org.squashtest.tm.domain.users.Team
 
getDisabledStatus() - Method in enum org.squashtest.tm.domain.requirement.RequirementStatus
the set of the NON-available status transition.
getDocumentsAdded() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
getDocumentsAdded() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
getDocumentsAdded() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
getDocumentsBuilt() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
getDocumentsBuilt() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
getDocumentsBuilt() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
getEmail() - Method in class org.squashtest.tm.domain.users.User
 
getEnabledPlugins() - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
getEnabledPlugins() - Method in interface org.squashtest.tm.domain.library.PluginReferencer
 
getEnabledPlugins() - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
getEnabledPlugins() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
getEndDate() - Method in class org.squashtest.tm.domain.search.AdvancedSearchTimeIntervalFieldModel
 
getEntitiesLoaded() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
getEntitiesLoaded() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
getEntitiesLoaded() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
getEntityClass() - Method in exception org.squashtest.tm.exception.UnknownEntityException
 
getEntityId() - Method in exception org.squashtest.tm.exception.UnknownEntityException
 
getEntityName() - Method in exception org.squashtest.tm.exception.customfield.NameAlreadyInUseException
 
getError() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
getExceptions() - Method in exception org.squashtest.tm.exception.CompositeDomainException
 
getExceptions() - Method in exception org.squashtest.tm.exception.CompositeException
 
getExecution() - Method in class org.squashtest.tm.domain.bugtracker.IssueOwnership
 
getExecution() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getExecution() - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
getExecutionExtenders() - Method in class org.squashtest.tm.domain.testautomation.AutomatedSuite
 
getExecutionMode() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getExecutionMode() - Method in class org.squashtest.tm.domain.execution.Execution
 
getExecutionMode() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getExecutionOrder() - Method in class org.squashtest.tm.domain.execution.Execution
 
getExecutions() - Method in class org.squashtest.tm.domain.campaign.Iteration
flattened list of the executions
getExecutions() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getExecutionsNumber() - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
getExecutionStatus() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getExecutionStatus() - Method in class org.squashtest.tm.domain.execution.Execution
 
getExecutionStatus() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getExecutionStatus() - Method in interface org.squashtest.tm.domain.library.HasExecutionStatus
 
getExecutionStepOrder() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getExpectedResult() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getExpectedResult() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
getExpectedResult() - Method in class org.squashtest.tm.domain.testcase.ExportTestStepData
 
getFailure() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
getField() - Method in exception org.squashtest.tm.exception.DomainException
 
getFields() - Method in class org.squashtest.tm.domain.search.AdvancedSearchModel
 
getFirstAction() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getFirstExpectedResult() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getFirstName() - Method in class org.squashtest.tm.domain.users.User
 
getFirstTestPlanItem() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getFirstTestPlanItem(String) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getFolderId() - Method in class org.squashtest.tm.domain.library.ExportData
 
getFolderName() - Method in class org.squashtest.tm.domain.library.ExportData
 
getFormattedSize() - Method in class org.squashtest.tm.domain.attachment.Attachment
 
getFormattedSize(Locale) - Method in class org.squashtest.tm.domain.attachment.Attachment
 
getFullName() - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
getFullName() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getGraph() - Method in class org.squashtest.tm.domain.library.structures.GraphNode
 
getGroup() - Method in class org.squashtest.tm.domain.users.Party
 
getHeader() - Method in interface org.squashtest.tm.domain.campaign.CampaignExportCSVModel
 
getHeader() - Method in interface org.squashtest.tm.domain.search.SearchExportCSVModel
 
getI18nKey() - Method in enum org.squashtest.tm.domain.campaign.TestPlanStatus
 
getI18nKey() - Method in enum org.squashtest.tm.domain.customfield.BindableEntity
 
getI18nKey() - Method in enum org.squashtest.tm.domain.customfield.InputType
 
getI18nKey() - Method in enum org.squashtest.tm.domain.customfield.RenderingLocation
 
getI18nKey() - Method in enum org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolderType
 
getI18nKey() - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
getI18nKey() - Method in enum org.squashtest.tm.domain.requirement.RequirementCategory
 
getI18nKey() - Method in enum org.squashtest.tm.domain.requirement.RequirementCriticality
 
getI18nKey() - Method in enum org.squashtest.tm.domain.requirement.RequirementStatus
 
getI18nKey() - Method in enum org.squashtest.tm.domain.requirement.VerificationCriterion
 
getI18nKey() - Method in enum org.squashtest.tm.domain.testcase.TestCaseExecutionMode
 
getI18nKey() - Method in enum org.squashtest.tm.domain.testcase.TestCaseImportance
(non-Javadoc)
getI18nKey() - Method in enum org.squashtest.tm.domain.testcase.TestCaseNature
 
getI18nKey() - Method in enum org.squashtest.tm.domain.testcase.TestCaseStatus
 
getI18nKey() - Method in enum org.squashtest.tm.domain.testcase.TestCaseType
 
getI18nKey() - Method in exception org.squashtest.tm.domain.UnauthorizedPasswordChange
 
getI18nKey() - Method in exception org.squashtest.tm.exception.BugTrackerNameAlreadyExistsException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.ColumnHeaderNotFoundException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.customfield.CannotDeleteDefaultOptionException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.customfield.CodeAlreadyExistsException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.customfield.CodeDoesNotMatchesPatternException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.customfield.DefaultValueRequiredException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.customfield.MandatoryCufException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.customfield.NameAlreadyInUseException
(non-Javadoc)
getI18nKey() - Method in exception org.squashtest.tm.exception.customfield.OptionAlreadyExistException
(non-Javadoc)
getI18nKey() - Method in exception org.squashtest.tm.exception.CyclicStepCallException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.DomainException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.DuplicateNameException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.execution.EmptyTestSuiteTestPlanException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.execution.ExecutionHasNoRunnableStepException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.execution.ExecutionHasNoStepsException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.execution.TestPlanItemNotExecutableException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.execution.TestPlanTerminatedOrNoStepsException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.IssueAlreadyBoundException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.library.CannotCopyNodeException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.library.CannotDeleteProjectException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.library.CannotMoveInHimselfException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.library.NameAlreadyExistsAtDestinationException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.library.NotDeletableException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.library.RightsUnsuficientsForOperationException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.NoBugTrackerBindingException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.PasswordChangeFailedException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.requirement.CopyPasteObsoleteException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.requirement.IllegalRequirementModificationException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.SheetCorruptedException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.UnallowedTestAssociationException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.user.LoginAlreadyExistsException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.user.LoginDoNotExistException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.WrongPasswordException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.WrongStringSizeException
 
getI18nKey() - Method in exception org.squashtest.tm.exception.ZipCorruptedException
 
getI18nParams() - Method in exception org.squashtest.tm.exception.customfield.NameAlreadyInUseException
 
getI18nParams() - Method in exception org.squashtest.tm.exception.customfield.OptionAlreadyExistException
 
getI18nParams() - Method in exception org.squashtest.tm.exception.DomainException
Can be overridden by subclasses to return the params to use when fetching the i18n'd message.
getI18nParams() - Method in exception org.squashtest.tm.exception.WrongStringSizeException
 
getId() - Method in class org.squashtest.tm.domain.attachment.Attachment
 
getId() - Method in class org.squashtest.tm.domain.attachment.AttachmentContent
 
getId() - Method in class org.squashtest.tm.domain.attachment.AttachmentList
 
getId() - Method in class org.squashtest.tm.domain.bugtracker.BugTrackerBinding
 
getId() - Method in class org.squashtest.tm.domain.bugtracker.Issue
 
getId() - Method in class org.squashtest.tm.domain.bugtracker.IssueList
 
getId() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getId() - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
getId() - Method in class org.squashtest.tm.domain.campaign.CampaignLibraryNode
 
getId() - Method in class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
 
getId() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getId() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getId() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getId() - Method in class org.squashtest.tm.domain.customfield.CustomField
 
getId() - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
getId() - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
getId() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
getId() - Method in class org.squashtest.tm.domain.event.RequirementAuditEvent
 
getId() - Method in class org.squashtest.tm.domain.execution.Execution
 
getId() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getId() - Method in interface org.squashtest.tm.domain.Identified
 
getId() - Method in class org.squashtest.tm.domain.library.ExportData
 
getId() - Method in class org.squashtest.tm.domain.library.NodeReference
 
getId() - Method in class org.squashtest.tm.domain.NamedReference
 
getId() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
getId() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getId() - Method in class org.squashtest.tm.domain.project.LibraryPluginBinding
 
getId() - Method in class org.squashtest.tm.domain.projectfilter.ProjectFilter
 
getId() - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
getId() - Method in class org.squashtest.tm.domain.requirement.RequirementLibraryNode
 
getId() - Method in class org.squashtest.tm.domain.resource.Resource
 
getId() - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
getId() - Method in class org.squashtest.tm.domain.testautomation.AutomatedSuite
 
getId() - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
getId() - Method in class org.squashtest.tm.domain.testautomation.TestAutomationProject
 
getId() - Method in class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
getId() - Method in class org.squashtest.tm.domain.testcase.Dataset
 
getId() - Method in class org.squashtest.tm.domain.testcase.DatasetParamValue
 
getId() - Method in class org.squashtest.tm.domain.testcase.Parameter
 
getId() - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
getId() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
getId() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibraryNode
 
getId() - Method in class org.squashtest.tm.domain.testcase.TestStep
 
getId() - Method in class org.squashtest.tm.domain.users.Party
 
getId() - Method in class org.squashtest.tm.domain.users.UsersGroup
 
getId() - Method in class org.squashtest.tm.security.acls.PermissionGroup
 
getImportance() - Method in class org.squashtest.tm.domain.execution.Execution
 
getImportance() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getImportanceFilterSet() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
gives the importances of the test cases we want to match.
getIndex() - Method in class org.squashtest.tm.domain.testcase.TestStep
 
getIndexOf(IterationTestPlanItem) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getInputType() - Method in class org.squashtest.tm.domain.customfield.CustomField
 
getInputType() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
getInstance() - Static method in class org.squashtest.tm.domain.IdentifiedComparator
 
getInstance() - Static method in class org.squashtest.tm.domain.LevelComparator
 
getInstance() - Static method in class org.squashtest.tm.validation.ValidatorFactoryBean
 
getIssue() - Method in class org.squashtest.tm.domain.bugtracker.IssueOwnership
 
getIssueId() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getIssueList() - Method in class org.squashtest.tm.domain.bugtracker.Issue
 
getIssueList() - Method in interface org.squashtest.tm.domain.bugtracker.IssueDetector
 
getIssueList() - Method in class org.squashtest.tm.domain.execution.Execution
 
getIssueList() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getIssueListId() - Method in interface org.squashtest.tm.domain.bugtracker.IssueDetector
 
getIssueListId() - Method in class org.squashtest.tm.domain.execution.Execution
 
getIssueListId() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getIteration() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getIteration() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getIterations() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getIterationsNumber() - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
getKey() - Method in class org.squashtest.tm.domain.library.structures.GraphNode
 
getKey() - Method in class org.squashtest.tm.domain.library.structures.NodeData
 
getKey() - Method in class org.squashtest.tm.domain.library.structures.TreeNode
 
getKind() - Method in class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
getKnownChildrenPath(String) - Method in class org.squashtest.tm.domain.library.structures.StringPathMap
given a path, will return paths corresponding to children present in the map.
getLabel() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getLabel() - Method in class org.squashtest.tm.domain.customfield.CustomField
 
getLabel() - Method in class org.squashtest.tm.domain.customfield.CustomFieldOption
 
getLabel() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
getLabel() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
getLabel() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getLastExecutedBy() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getLastExecutedBy() - Method in class org.squashtest.tm.domain.execution.Execution
 
getLastExecutedBy() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getLastExecutedOn() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getLastExecutedOn() - Method in class org.squashtest.tm.domain.execution.Execution
 
getLastExecutedOn() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getLastModifiedBy() - Method in interface org.squashtest.tm.domain.audit.AuditableMixin
 
getLastModifiedBy() - Method in class org.squashtest.tm.domain.audit.AuditableSupport
 
getLastModifiedBy() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getLastModifiedOn() - Method in interface org.squashtest.tm.domain.audit.AuditableMixin
 
getLastModifiedOn() - Method in class org.squashtest.tm.domain.audit.AuditableSupport
 
getLastModifiedOn() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getLastName() - Method in class org.squashtest.tm.domain.users.User
 
getLastStep() - Method in class org.squashtest.tm.domain.execution.Execution
 
getLatestExecution() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getLayer(Integer) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
Given an integer, returns the layer at the corresponding depth in the tree.
getLegalStatusSet() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getLegalStatusSet() - Method in class org.squashtest.tm.domain.execution.Execution
 
getLegalStatusSet() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getLegalStatusSet() - Method in interface org.squashtest.tm.domain.library.HasExecutionStatus
 
getLegalStatusSet() - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
getLevel() - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
getLevel() - Method in interface org.squashtest.tm.domain.Level
 
getLevel() - Method in enum org.squashtest.tm.domain.requirement.RequirementCategory
 
getLevel() - Method in enum org.squashtest.tm.domain.requirement.RequirementCriticality
 
getLevel() - Method in enum org.squashtest.tm.domain.requirement.RequirementStatus
 
getLevel() - Method in enum org.squashtest.tm.domain.testcase.TestCaseImportance
 
getLevel() - Method in enum org.squashtest.tm.domain.testcase.TestCaseNature
 
getLevel() - Method in enum org.squashtest.tm.domain.testcase.TestCaseStatus
 
getLevel() - Method in enum org.squashtest.tm.domain.testcase.TestCaseType
 
getLibrary() - Method in class org.squashtest.tm.domain.campaign.CampaignLibraryNode
 
getLibrary() - Method in class org.squashtest.tm.domain.project.GenericLibrary
 
getLibrary() - Method in interface org.squashtest.tm.domain.project.ProjectResource
 
getLibrary() - Method in class org.squashtest.tm.domain.requirement.RequirementLibraryNode
 
getLibrary() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibraryNode
 
getLibrary() - Method in class org.squashtest.tm.domain.testcase.TestStep
 
getLogin() - Method in class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
getLogin() - Method in class org.squashtest.tm.domain.users.User
 
getMappedElement(String) - Method in class org.squashtest.tm.domain.library.structures.StringPathMap
 
getMaxValue() - Method in class org.squashtest.tm.domain.search.AdvancedSearchRangeFieldModel
 
getMembers() - Method in class org.squashtest.tm.domain.users.Team
 
getMinValue() - Method in class org.squashtest.tm.domain.search.AdvancedSearchRangeFieldModel
 
getName() - Method in class org.squashtest.tm.domain.attachment.Attachment
 
getName() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getName() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getName() - Method in class org.squashtest.tm.domain.customfield.CustomField
 
getName() - Method in class org.squashtest.tm.domain.execution.Execution
 
getName() - Method in interface org.squashtest.tm.domain.library.Copiable
 
getName() - Method in class org.squashtest.tm.domain.library.ExportData
 
getName() - Method in class org.squashtest.tm.domain.library.GenericLibraryNode
 
getName() - Method in interface org.squashtest.tm.domain.library.LibraryNode
 
getName() - Method in class org.squashtest.tm.domain.library.NodeReference
 
getName() - Method in class org.squashtest.tm.domain.NamedReference
 
getName() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
getName() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getName() - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
getName() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getName() - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
getName() - Method in interface org.squashtest.tm.domain.requirement.RequirementSearchCriteria
Token to be matched by searched Requirements name.
getName() - Method in interface org.squashtest.tm.domain.requirement.RequirementVersionImportMemento
 
getName() - Method in class org.squashtest.tm.domain.resource.Resource
 
getName() - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
getName() - Method in class org.squashtest.tm.domain.testautomation.TestAutomationProject
 
getName() - Method in class org.squashtest.tm.domain.testcase.Dataset
 
getName() - Method in class org.squashtest.tm.domain.testcase.Parameter
 
getName() - Method in class org.squashtest.tm.domain.users.Party
 
getName() - Method in class org.squashtest.tm.domain.users.Team
 
getName() - Method in class org.squashtest.tm.domain.users.User
 
getName() - Method in exception org.squashtest.tm.exception.customfield.NameAlreadyInUseException
 
getNameFilter() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
returns the piece of the name of the test case that are looked for.
getNameWithoutRoot() - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
getNature() - Method in class org.squashtest.tm.domain.execution.Execution
 
getNature() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getNature() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getNatureFilterSet() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
gives the natures of the test cases we want to match.
getNbBlocked() - Method in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
getNbDone() - Method in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
getNbFailure() - Method in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
getNbReady() - Method in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
getNbRunning() - Method in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
getNbSuccess() - Method in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
getNbTestCases() - Method in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
getNbUntestable() - Method in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
getNewValue() - Method in interface org.squashtest.tm.domain.event.ChangedProperty
 
getNewValue() - Method in class org.squashtest.tm.domain.event.RequirementLargePropertyChange
 
getNewValue() - Method in class org.squashtest.tm.domain.event.RequirementPropertyChange
 
getNode(Long) - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
 
getNode(Long) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
Accepts a identifier - aka key - and returns the corresponding node if found.
getNodes() - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
 
getNonTerminatedStatusSet() - Static method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
getNotLinkableRequirement() - Method in exception org.squashtest.tm.exception.requirement.RequirementVersionNotLinkableException
 
getObjectName() - Method in exception org.squashtest.tm.exception.DomainException
 
getOldValue() - Method in interface org.squashtest.tm.domain.event.ChangedProperty
 
getOldValue() - Method in class org.squashtest.tm.domain.event.RequirementLargePropertyChange
 
getOldValue() - Method in class org.squashtest.tm.domain.event.RequirementPropertyChange
 
getOptions() - Method in class org.squashtest.tm.domain.customfield.SingleSelectField
 
getOptions() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedSingleSelectField
 
getOrderedContent() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getOrderedContent() - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
getOrderedContent() - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
getOrderedContent() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getOrderedContent() - Method in interface org.squashtest.tm.domain.library.NodeContainer
Will return the ordered (if order there is) content nodes.
getOrderedContent() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getOrderedContent() - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
getOrderedContent() - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
getOrderedContent() - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
getOrderedContent() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
getOrphans() - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
 
getOwner() - Method in class org.squashtest.tm.domain.bugtracker.IssueOwnership
 
getParameter() - Method in class org.squashtest.tm.domain.testcase.DatasetParamValue
 
getParameters() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getParameterValues() - Method in class org.squashtest.tm.domain.testcase.Dataset
 
getParamStringAsUsedInStep() - Method in class org.squashtest.tm.domain.testcase.Parameter
getParamStringAsUsedInStep(String) - Static method in class org.squashtest.tm.domain.testcase.Parameter
getParamValue() - Method in class org.squashtest.tm.domain.testcase.DatasetParamValue
 
getParent() - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph.GraphNodePair
 
getParentKey() - Method in class org.squashtest.tm.domain.library.structures.LibraryTree.TreeNodePair
 
getParents() - Method in class org.squashtest.tm.domain.library.structures.GraphNode
 
getParty() - Method in class org.squashtest.tm.domain.users.PartyProjectPermissionsBean
 
getPassword() - Method in class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
getPath(T) - Method in class org.squashtest.tm.domain.library.structures.StringPathMap
 
getPath() - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
getPermissionGroup() - Method in class org.squashtest.tm.domain.project.ProjectPermission
 
getPermissionGroup() - Method in class org.squashtest.tm.domain.users.PartyProjectPermissionsBean
 
getPermissionGroup() - Method in class org.squashtest.tm.domain.users.UserProjectPermissionsBean
 
getPlannedTestCase() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getPluginBinding(String) - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
getPluginBinding(String) - Method in interface org.squashtest.tm.domain.library.PluginReferencer
 
getPluginBinding(String) - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
getPluginBinding(String) - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
getPluginId() - Method in class org.squashtest.tm.domain.project.LibraryPluginBinding
 
getPosition() - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
getPosition() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
getPositionOfStep(long) - Method in class org.squashtest.tm.domain.testcase.TestCase
Will compare id of test-case steps with given id and return the index of the matching step.
getPrerequisite() - Method in class org.squashtest.tm.domain.execution.Execution
 
getPrerequisite() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getPrerequisite() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getPrincipal() - Static method in class org.squashtest.tm.security.UserContextHolder
Returns the principal registered by the security manager for the current thread.
getPriority() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getProgression() - Method in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
getProgressPercentage() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
getProgressPercentage() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
getProgressPercentage() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
getProject() - Method in class org.squashtest.tm.domain.bugtracker.BugTrackerBinding
 
getProject() - Method in interface org.squashtest.tm.domain.bugtracker.IssueDetector
will return the (Squash) project that entity belongs to
getProject() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getProject() - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
getProject() - Method in class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
 
getProject() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getProject() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getProject() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getProject() - Method in interface org.squashtest.tm.domain.customfield.BoundEntity
 
getProject() - Method in class org.squashtest.tm.domain.execution.Execution
 
getProject() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getProject() - Method in class org.squashtest.tm.domain.library.ExportData
 
getProject() - Method in class org.squashtest.tm.domain.library.GenericLibraryNode
 
getProject() - Method in interface org.squashtest.tm.domain.library.NodeContainer
A node container can be a library.
getProject() - Method in interface org.squashtest.tm.domain.library.TreeNode
 
getProject() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
getProject() - Method in class org.squashtest.tm.domain.project.ProjectPermission
 
getProject() - Method in interface org.squashtest.tm.domain.project.ProjectResource
 
getProject() - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
getProject() - Method in class org.squashtest.tm.domain.requirement.RequirementLibraryNode
 
getProject() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getProject() - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
getProject() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
getProject() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
getProjectName() - Method in class org.squashtest.tm.domain.bugtracker.BugTrackerBinding
 
getProjects() - Method in class org.squashtest.tm.domain.projectfilter.ProjectFilter
 
getProjectsNumber() - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
getProperties() - Method in class org.squashtest.tm.domain.project.LibraryPluginBinding
 
getProperty(String) - Method in class org.squashtest.tm.domain.project.LibraryPluginBinding
 
getPropertyName() - Method in interface org.squashtest.tm.domain.event.ChangedProperty
 
getPropertyName() - Method in class org.squashtest.tm.domain.event.RequirementLargePropertyChange
 
getPropertyName() - Method in class org.squashtest.tm.domain.event.RequirementPropertyChange
 
getPropertyName() - Method in interface org.squashtest.tm.domain.event.RequirementVersionModification
 
getQualifiedName() - Method in class org.squashtest.tm.domain.users.UsersGroup
 
getQualifiedName() - Method in class org.squashtest.tm.security.acls.PermissionGroup
 
getReady() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
getReference() - Method in class org.squashtest.tm.domain.execution.Execution
 
getReference() - Method in class org.squashtest.tm.domain.requirement.ExportRequirementData
 
getReference() - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
getReference() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getReference() - Method in interface org.squashtest.tm.domain.requirement.RequirementSearchCriteria
Token to be matched by searched Requirements reference.
getReference() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getReference() - Method in interface org.squashtest.tm.domain.requirement.RequirementVersionImportMemento
 
getReference() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getReference() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getReferencedClass() - Method in enum org.squashtest.tm.domain.customfield.BindableEntity
 
getReferencedClass() - Method in enum org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolderType
 
getReferencedDataset() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getReferencedTestCase() - Method in class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
 
getReferencedTestCase() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getReferencedTestCase() - Method in class org.squashtest.tm.domain.execution.Execution
 
getReferencedTestStep() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
getRemoteIssueId() - Method in class org.squashtest.tm.domain.bugtracker.Issue
 
getRenderingLocations() - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
getRenderingLocations() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
getRequirement() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getRequirement() - Method in exception org.squashtest.tm.exception.NoVerifiableRequirementVersionException
 
getRequirementIndexDate() - Method in class org.squashtest.tm.domain.library.IndexModel
 
getRequirementIndexingDate() - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
getRequirementIndexVersion() - Method in class org.squashtest.tm.domain.library.IndexModel
 
getRequirementLibrary() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
getRequirementLibrary() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getRequirementsNumber() - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
getRequirementVersion() - Method in class org.squashtest.tm.domain.event.RequirementAuditEvent
 
getRequirementVersion() - Method in interface org.squashtest.tm.domain.event.RequirementVersionModification
 
getRequirementVersionCoverageOrNullFor(TestCase) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getRequirementVersionCoverages() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getRequirementVersionCoverages() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
getRequirementVersionCoverages() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getRequirementVersions() - Method in class org.squashtest.tm.domain.requirement.Requirement
Get the all the requirement versions numbers and status by the version Id
getResource() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getResource() - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
getResource() - Method in class org.squashtest.tm.domain.requirement.RequirementLibraryNode
 
getResultSummary() - Method in class org.squashtest.tm.domain.execution.Execution
 
getResultSummary() - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
getResultURL() - Method in class org.squashtest.tm.domain.execution.Execution
 
getResultURL() - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
getRootContent() - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
getRootContent() - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
getRootContent() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
getRootFolderName() - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
getRunning() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
getScheduledEndDate() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getScheduledEndDate() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getScheduledEndDate() - Method in class org.squashtest.tm.domain.campaign.ScheduledTimePeriod
 
getScheduledStartDate() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getScheduledStartDate() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getScheduledStartDate() - Method in class org.squashtest.tm.domain.campaign.ScheduledTimePeriod
 
getSeparator() - Method in interface org.squashtest.tm.domain.campaign.CampaignExportCSVModel
 
getSeparator() - Method in interface org.squashtest.tm.domain.search.SearchExportCSVModel
 
getServer() - Method in class org.squashtest.tm.domain.testautomation.TestAutomationProject
 
getServerOfLatestBoundProject() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getShortName() - Method in class org.squashtest.tm.domain.attachment.Attachment
When dealing with name this is the one you want most of the time
getShortName() - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
getShortName() - Method in exception org.squashtest.tm.exception.NoVerifiableRequirementVersionException
 
getShortName() - Method in exception org.squashtest.tm.exception.requirement.RequirementAlreadyVerifiedException
 
getShortName() - Method in exception org.squashtest.tm.exception.requirement.RequirementVersionNotLinkableException
 
getShortName() - Method in exception org.squashtest.tm.exception.requirement.VerifiedRequirementException
 
getSimpleName() - Method in class org.squashtest.tm.domain.users.UsersGroup
 
getSimpleName() - Method in class org.squashtest.tm.security.acls.PermissionGroup
 
getSize() - Method in class org.squashtest.tm.domain.attachment.Attachment
 
getStartDate() - Method in class org.squashtest.tm.domain.search.AdvancedSearchTimeIntervalFieldModel
 
getStatus() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getStatus() - Method in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
getStatus(TestPlanStatistics) - Static method in enum org.squashtest.tm.domain.campaign.TestPlanStatus
 
getStatus() - Method in class org.squashtest.tm.domain.execution.Execution
 
getStatus() - Method in class org.squashtest.tm.domain.requirement.ExportRequirementData
 
getStatus() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getStatus() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getStatus() - Method in interface org.squashtest.tm.domain.requirement.RequirementVersionImportMemento
 
getStatus() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getStatus() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getStatusFilterSet() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
gives the statuses of the test cases we want to match.
getStepIndex(long) - Method in class org.squashtest.tm.domain.execution.Execution
returns the index of the step matching the given id or -1 if step is not found.
getSteps() - Method in class org.squashtest.tm.domain.execution.Execution
 
getSteps() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getSteps() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getSubclassTableKeyColumns(int) - Method in class org.squashtest.tm.infrastructure.hibernate.TestStepPersister
 
getSuccess() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
getSummary() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getTcdescription() - Method in class org.squashtest.tm.domain.execution.Execution
 
getTeams() - Method in class org.squashtest.tm.domain.users.User
 
getTerminatedStatusSet() - Static method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
getTestAutomationProjects() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getTestCase() - Method in class org.squashtest.tm.domain.testcase.Dataset
 
getTestCase() - Method in class org.squashtest.tm.domain.testcase.ExportTestStepData
 
getTestCase() - Method in class org.squashtest.tm.domain.testcase.Parameter
 
getTestCase() - Method in class org.squashtest.tm.domain.testcase.TestStep
 
getTestCase() - Method in exception org.squashtest.tm.exception.campaign.TestCaseAlreadyInTestPlanException
 
getTestCaseId() - Method in exception org.squashtest.tm.exception.library.NotDeletableException
 
getTestCaseIndexDate() - Method in class org.squashtest.tm.domain.library.IndexModel
 
getTestcaseIndexingDate() - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
getTestcaseIndexVersion() - Method in class org.squashtest.tm.domain.library.IndexModel
 
getTestCaseLibrary() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
getTestCaseLibrary() - Method in class org.squashtest.tm.domain.project.GenericProject
 
getTestCasesNumber() - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
getTestPlan() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
getTestPlan() - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
getTestPlan() - Method in class org.squashtest.tm.domain.execution.Execution
 
getTestPlanForTestPlanItemId(Long) - Method in class org.squashtest.tm.domain.campaign.Campaign
getTestPlans() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getTestSuiteNames() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getTestSuites() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
getTestSuites() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getType() - Method in class org.squashtest.tm.domain.attachment.Attachment
 
getType() - Method in class org.squashtest.tm.domain.execution.Execution
 
getType() - Method in interface org.squashtest.tm.domain.search.AdvancedSearchFieldModel
 
getType() - Method in class org.squashtest.tm.domain.search.AdvancedSearchListFieldModel
 
getType() - Method in class org.squashtest.tm.domain.search.AdvancedSearchRangeFieldModel
 
getType() - Method in class org.squashtest.tm.domain.search.AdvancedSearchSingleFieldModel
 
getType() - Method in class org.squashtest.tm.domain.search.AdvancedSearchTextFieldModel
 
getType() - Method in class org.squashtest.tm.domain.search.AdvancedSearchTimeIntervalFieldModel
 
getType() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getType() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getType() - Method in class org.squashtest.tm.domain.users.Party
 
getType() - Method in class org.squashtest.tm.domain.users.Team
 
getType() - Method in class org.squashtest.tm.domain.users.User
 
getTypeFilterSet() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
gives the types of the test cases we want to match.
getTypeOf(X) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
getTypeOf(X) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
getUnmodifiableVersions() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
getUntestable() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
getUser() - Method in class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
 
getUser() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
getUser() - Method in class org.squashtest.tm.domain.users.UserProjectPermissionsBean
 
getUserLogin() - Method in class org.squashtest.tm.domain.projectfilter.ProjectFilter
 
getUsername() - Static method in class org.squashtest.tm.security.UserContextHolder
Returns the username registered by the security manager for the current thread.
getUsersNumber() - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
getValidRenderingLocations() - Method in enum org.squashtest.tm.domain.customfield.BindableEntity
 
getValue() - Method in interface org.squashtest.tm.domain.campaign.CampaignExportCSVModel.Cell
 
getValue() - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
getValue() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
getValue() - Method in class org.squashtest.tm.domain.search.AdvancedSearchSingleFieldModel
 
getValue() - Method in class org.squashtest.tm.domain.search.AdvancedSearchTextFieldModel
 
getValue() - Method in interface org.squashtest.tm.domain.search.SearchExportCSVModel.Cell
 
getValueAsDate() - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
getValueAsDate() - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
Return the value as a Date or null if the input type is not Date-picker and if the parsing can't be done.
getValues() - Method in class org.squashtest.tm.domain.search.AdvancedSearchListFieldModel
 
getVerificationCriterion() - Method in interface org.squashtest.tm.domain.requirement.RequirementSearchCriteria
Verification criterion, meaning whether the searched Requirements should be verified by a test case or not.
getVerifiedRequirementVersion() - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
getVerifiedRequirementVersions() - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
getVerifiedRequirementVersions() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getVerifyingSteps() - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
getVerifyingTestCase() - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
getVerifyingTestCase() - Method in exception org.squashtest.tm.exception.requirement.RequirementAlreadyVerifiedException
 
getVerifyingTestCases() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
Returns an UNMODIFIABLE VIEW of the verifying test cases.
getVersion() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
getVersion() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
getVersionNumber() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
getWarning() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
getWeight() - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
getWorkload(Date) - Method in class org.squashtest.tm.domain.planning.StandardWorkloadCalendar
 
getWorkload(Date, Date) - Method in class org.squashtest.tm.domain.planning.StandardWorkloadCalendar
 
getWorkload(LocalDate, LocalDate) - Method in class org.squashtest.tm.domain.planning.StandardWorkloadCalendar
 
getWorkload(Date) - Method in interface org.squashtest.tm.domain.planning.WorkloadCalendar
Returns the workload for that date.
getWorkload(Date, Date) - Method in interface org.squashtest.tm.domain.planning.WorkloadCalendar
Returns the workload for the given period.
GraphNode<T extends GraphNode<T>> - Class in org.squashtest.tm.domain.library.structures
 
GraphNode() - Constructor for class org.squashtest.tm.domain.library.structures.GraphNode
 
GraphNode(Long) - Constructor for class org.squashtest.tm.domain.library.structures.GraphNode
 

H

hardCopy() - Method in class org.squashtest.tm.domain.attachment.Attachment
will perform a deep copy of this Attachment.
hardCopy() - Method in class org.squashtest.tm.domain.attachment.AttachmentContent
 
hasAggregatedBlocked() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
hasAggregatedSuccess() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
hasAttachments() - Method in class org.squashtest.tm.domain.attachment.AttachmentList
 
hasBlankId() - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
hasBlocked() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
hasChanged(ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
hasContent() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
hasContent() - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
hasContent() - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
hasContent() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
hasContent() - Method in class org.squashtest.tm.domain.library.FolderSupport
 
hasContent() - Method in interface org.squashtest.tm.domain.library.NodeContainer
 
hasContent() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
hasContent() - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
hasContent() - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
hasContent() - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
hasContent() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
HasDefaultAsRequired - Annotation Type in org.squashtest.tm.validation.constraint
This constraint ensures that an object has a non blank default when its state requires a default value.
hasEnded() - Method in class org.squashtest.tm.domain.testautomation.AutomatedSuite
 
hasError() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
HasExecutionStatus - Interface in org.squashtest.tm.domain.library
 
hasFailure() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
hashCode() - Method in class org.squashtest.tm.domain.customfield.CustomFieldOption
 
hashCode() - Method in class org.squashtest.tm.domain.library.GenericLibraryNode
 
hashCode() - Method in class org.squashtest.tm.domain.library.NodeReference
 
hashCode() - Method in class org.squashtest.tm.domain.library.structures.NodeData
 
hashCode() - Method in class org.squashtest.tm.domain.resource.Resource
 
hashCode() - Method in class org.squashtest.tm.domain.testcase.TestCaseLibraryNode
 
hashCode(Object) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
hasIssues() - Method in class org.squashtest.tm.domain.bugtracker.IssueList
 
hasIterations() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
hasNonObsoleteVersion() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
hasReady() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
hasRemoteIssue(String) - Method in class org.squashtest.tm.domain.bugtracker.IssueList
 
hasRunning() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
hasStarted() - Method in class org.squashtest.tm.domain.testautomation.AutomatedSuite
 
hasStep(TestStep) - Method in class org.squashtest.tm.domain.testcase.TestCase
Returns true if a step of the same id is found in this.steps.
hasStepAsVerifying(long) - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
Returns true if the given step id matches on of the verifying steps id.
hasSuccess() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
hasTestAutomationProjects() - Method in class org.squashtest.tm.domain.project.GenericProject
 
hasTestSuites() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
hasUnexecutedSteps() - Method in class org.squashtest.tm.domain.execution.Execution
 
hasUntestable() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
hasWarning() - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 

I

id - Variable in class org.squashtest.tm.domain.customfield.CustomField
 
id - Variable in class org.squashtest.tm.domain.users.Party
 
Identified - Interface in org.squashtest.tm.domain
 
IdentifiedComparator - Class in org.squashtest.tm.domain
compares Identified objects using their id.
IdentifiedComparator() - Constructor for class org.squashtest.tm.domain.IdentifiedComparator
 
IdentifiedUtil - Class in org.squashtest.tm.domain
 
IdentifiersOrderComparator - Class in org.squashtest.tm.domain
This class compares Identified objects.
IdentifiersOrderComparator(List<Long>) - Constructor for class org.squashtest.tm.domain.IdentifiersOrderComparator
 
IllegalExecutionStatusException - Exception in org.squashtest.tm.exception.execution
 
IllegalExecutionStatusException() - Constructor for exception org.squashtest.tm.exception.execution.IllegalExecutionStatusException
 
IllegalRequirementModificationException - Exception in org.squashtest.tm.exception.requirement
 
IllegalRequirementModificationException(Exception) - Constructor for exception org.squashtest.tm.exception.requirement.IllegalRequirementModificationException
 
IllegalRequirementModificationException(String) - Constructor for exception org.squashtest.tm.exception.requirement.IllegalRequirementModificationException
 
IllegalRequirementModificationException() - Constructor for exception org.squashtest.tm.exception.requirement.IllegalRequirementModificationException
 
IMPORT - Static variable in class org.squashtest.tm.security.acls.CustomPermission
 
includeFoldersInResult() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
Tells whether the result set should include folders matching the criterion
increaseVersion() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
increaseVersion(RequirementVersion) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
IndexModel - Class in org.squashtest.tm.domain.library
 
IndexModel() - Constructor for class org.squashtest.tm.domain.library.IndexModel
 
InheritsAcls - Annotation Type in org.squashtest.tm.security.annotation
Indicates that an objects inherits acl from another constrained object.
initialize(HasDefaultAsRequired) - Method in class org.squashtest.tm.validation.validator.CustomFieldHasDefaultAsRequiredValidator
 
initialize(UniqueItems) - Method in class org.squashtest.tm.validation.validator.UniqueListItemsValidator
 
inputType - Variable in class org.squashtest.tm.domain.customfield.CustomField
 
InputType - Enum in org.squashtest.tm.domain.customfield
The type of the input shown when rendering a custom field.
isActive() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
isActive() - Method in class org.squashtest.tm.domain.project.GenericProject
 
isActive(Party) - Method in class org.squashtest.tm.domain.users.ActivePartyDetector
 
isActualEndAuto() - Method in class org.squashtest.tm.domain.campaign.ActualTimePeriod
 
isActualEndAuto() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
isActualEndAuto() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
isActualStartAuto() - Method in class org.squashtest.tm.domain.campaign.ActualTimePeriod
 
isActualStartAuto() - Method in class org.squashtest.tm.domain.campaign.Campaign
 
isActualStartAuto() - Method in class org.squashtest.tm.domain.campaign.Iteration
 
isAmbiguous() - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
isAmbiguous(ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
isAssignedToUser(String) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
Return true if the item is assigned to the given user.
isAtTheRoot() - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
isAutomated() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
isAutomated() - Method in class org.squashtest.tm.domain.execution.Execution
 
isAutomated() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
isBugtrackerConnected() - Method in class org.squashtest.tm.domain.project.GenericProject
 
isCanonical() - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
isContentNameAvailable(String) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
isContentNameAvailable(String) - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
isContentNameAvailable(String) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
isContentNameAvailable(String) - Method in class org.squashtest.tm.domain.library.FolderSupport
Tells if the given name is already attributed to any of FolderSupport.folder's content.
isContentNameAvailable(String) - Method in interface org.squashtest.tm.domain.library.NodeContainer
 
isContentNameAvailable(String) - Method in class org.squashtest.tm.domain.project.GenericLibrary
 
isContentNameAvailable(String) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
isContentNameAvailable(String) - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
isContentNameAvailable(String) - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
isDeletable() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
isDirectory() - Method in class org.squashtest.tm.domain.library.NodeReference
 
isEnabled() - Method in class org.squashtest.tm.domain.projectfilter.ProjectFilter
 
isExecutableThroughIteration() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
isExecutableThroughTestSuite() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
isFirst() - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
isFirstExecutableTestPlanItem(long) - Method in class org.squashtest.tm.domain.campaign.TestSuite
Determines if the item is the first of the test plan of the test suite
isFirstExecutableTestPlanItem(long, String) - Method in class org.squashtest.tm.domain.campaign.TestSuite
Determines if the item is the first of the test plan of the test suite
isGroupByProject() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
Tells whether the result set should group the data by projects.
isIgnoreBridge() - Method in interface org.squashtest.tm.domain.search.AdvancedSearchFieldModel
 
isIgnoreBridge() - Method in class org.squashtest.tm.domain.search.AdvancedSearchListFieldModel
 
isIgnoreBridge() - Method in class org.squashtest.tm.domain.search.AdvancedSearchRangeFieldModel
 
isIgnoreBridge() - Method in class org.squashtest.tm.domain.search.AdvancedSearchSingleFieldModel
 
isIgnoreBridge() - Method in class org.squashtest.tm.domain.search.AdvancedSearchTextFieldModel
 
isIgnoreBridge() - Method in class org.squashtest.tm.domain.search.AdvancedSearchTimeIntervalFieldModel
 
isImportanceAuto() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
isIndexingOver() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
isIndexingOver() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
isIndexingOver() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
isInverseTable(int) - Method in class org.squashtest.tm.infrastructure.hibernate.TestStepPersister
 
isLastExecutableTestPlanItem(long) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
isLastExecutableTestPlanItem(long, String) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
isLinkable() - Method in class org.squashtest.tm.domain.requirement.Requirement
 
isLinkable() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
isModifiable() - Method in class org.squashtest.tm.domain.requirement.Requirement
Tells if this requirement's "intrinsic" properties can be modified.
isModifiable() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
Tells if this requirement's "intrinsic" properties can be modified.
isMutable() - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
isNoneOf(ExecutionStatus...) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
isNotEmpty() - Method in class org.squashtest.tm.domain.attachment.AttachmentList
Identical to AttachmentList.hasAttachments() but can be reached through EL...
isNotObsolete() - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
isOneOf(ExecutionStatus...) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
isOptional() - Method in class org.squashtest.tm.domain.customfield.CustomField
 
isPluginEnabled(String) - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
isPluginEnabled(String) - Method in interface org.squashtest.tm.domain.library.PluginReferencer
tells whether the given plugin is enabled for this instance.
isPluginEnabled(String) - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
isPluginEnabled(String) - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
isProjectSelected(GenericProject) - Method in class org.squashtest.tm.domain.projectfilter.ProjectFilter
returns true if the project is listed, false otherwhise.
isRequirementLinkable() - Method in enum org.squashtest.tm.domain.requirement.RequirementStatus
 
isRequirementModifiable() - Method in enum org.squashtest.tm.domain.requirement.RequirementStatus
tells whether this status allows the owner to be modified, i.e. its intrinsic properties can be changed.
isSame(T) - Method in class org.squashtest.tm.domain.library.structures.TreeNode
That method tells if two nodes refer to the same node.
isSetToExecutionStatus(ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
Issue - Class in org.squashtest.tm.domain.bugtracker
 
Issue() - Constructor for class org.squashtest.tm.domain.bugtracker.Issue
 
issue - Variable in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
IssueAlreadyBoundException - Exception in org.squashtest.tm.exception
 
IssueAlreadyBoundException() - Constructor for exception org.squashtest.tm.exception.IssueAlreadyBoundException
 
IssueDetector - Interface in org.squashtest.tm.domain.bugtracker
 
IssueList - Class in org.squashtest.tm.domain.bugtracker
 
IssueList() - Constructor for class org.squashtest.tm.domain.bugtracker.IssueList
 
IssueOwnership<ISSUE> - Class in org.squashtest.tm.domain.bugtracker
Mainly used to pair a Bugged entity with an issue together.
IssueOwnership(ISSUE, IssueDetector) - Constructor for class org.squashtest.tm.domain.bugtracker.IssueOwnership
 
isTeam() - Method in class org.squashtest.tm.domain.users.PartyProjectPermissionsBean
 
isTemplate() - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
isTerminatedStatus() - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
This methods checks if the status is RUNNING or READY
isTestAutomationEnabled() - Method in class org.squashtest.tm.domain.project.GenericProject
 
isTestCaseDeleted() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
One should use IterationTestPlanItem.isExecutableThroughIteration() in favor of this method.
isTransitionLegal(RequirementStatus) - Method in enum org.squashtest.tm.domain.requirement.RequirementStatus
will check if the transition from this status to new status is legal
isUser() - Method in class org.squashtest.tm.domain.users.PartyProjectPermissionsBean
 
isValid(CustomField, ConstraintValidatorContext) - Method in class org.squashtest.tm.validation.validator.CustomFieldHasDefaultAsRequiredValidator
 
isValid(List<?>, ConstraintValidatorContext) - Method in class org.squashtest.tm.validation.validator.UniqueListItemsValidator
 
Iteration - Class in org.squashtest.tm.domain.campaign
 
Iteration() - Constructor for class org.squashtest.tm.domain.campaign.Iteration
 
IterationTestPlanItem - Class in org.squashtest.tm.domain.campaign
 
IterationTestPlanItem() - Constructor for class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 

J

joinKeyColumnName(String, String) - Method in class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 

L

label - Variable in class org.squashtest.tm.domain.customfield.CustomField
 
layers - Variable in class org.squashtest.tm.domain.library.structures.LibraryTree
 
Level - Interface in org.squashtest.tm.domain
Something (more specifically an enum) which can be organized using a level and which is also internationalizable.
LevelComparator - Class in org.squashtest.tm.domain
Compares 2 Level using their Level.getLevel() property.
libeleIsOnlyCriteria() - Method in interface org.squashtest.tm.domain.requirement.RequirementSearchCriteria
 
Library<NODE extends LibraryNode> - Interface in org.squashtest.tm.domain.library
Interface for project libraries;
LibraryGraph<T extends GraphNode<T>> - Class in org.squashtest.tm.domain.library.structures
 
LibraryGraph() - Constructor for class org.squashtest.tm.domain.library.structures.LibraryGraph
 
LibraryGraph.GraphNodePair - Class in org.squashtest.tm.domain.library.structures
 
LibraryGraph.GraphNodePair() - Constructor for class org.squashtest.tm.domain.library.structures.LibraryGraph.GraphNodePair
 
LibraryGraph.GraphNodePair(T, T) - Constructor for class org.squashtest.tm.domain.library.structures.LibraryGraph.GraphNodePair
 
LibraryNode - Interface in org.squashtest.tm.domain.library
Interface for a content node of a library.
LibraryNodeUtils - Class in org.squashtest.tm.domain.library
 
LibraryPluginBinding - Class in org.squashtest.tm.domain.project
 
LibraryPluginBinding() - Constructor for class org.squashtest.tm.domain.project.LibraryPluginBinding
 
LibraryPluginBinding(String) - Constructor for class org.squashtest.tm.domain.project.LibraryPluginBinding
 
LibraryTree<T extends TreeNode<T>> - Class in org.squashtest.tm.domain.library.structures
This tree can have multiple roots and internally its structure is layered.
LibraryTree() - Constructor for class org.squashtest.tm.domain.library.structures.LibraryTree
 
LibraryTree.TreeNodePair - Class in org.squashtest.tm.domain.library.structures
A TreeNodePair is a scaffolding class which is mainly used when initializing a tree.
LibraryTree.TreeNodePair() - Constructor for class org.squashtest.tm.domain.library.structures.LibraryTree.TreeNodePair
 
LibraryTree.TreeNodePair(Long, T) - Constructor for class org.squashtest.tm.domain.library.structures.LibraryTree.TreeNodePair
 
LINK - Static variable in class org.squashtest.tm.security.acls.CustomPermission
 
LIST - Static variable in interface org.squashtest.tm.domain.search.AdvancedSearchFieldModel
 
listProperties() - Method in class org.squashtest.tm.domain.project.LibraryPluginBinding
 
logicalCollectionColumnName(String, String, String) - Method in class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 
logicalColumnName(String, String) - Method in class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 
logIfNeeded(boolean, AccessControlEntry) - Method in class org.squashtest.tm.security.acls.Slf4jAuditLogger
 
LoginAlreadyExistsException - Exception in org.squashtest.tm.exception.user
 
LoginAlreadyExistsException(Exception) - Constructor for exception org.squashtest.tm.exception.user.LoginAlreadyExistsException
 
LoginAlreadyExistsException(String) - Constructor for exception org.squashtest.tm.exception.user.LoginAlreadyExistsException
 
LoginAlreadyExistsException() - Constructor for exception org.squashtest.tm.exception.user.LoginAlreadyExistsException
 
LoginDoNotExistException - Exception in org.squashtest.tm.exception.user
 
LoginDoNotExistException() - Constructor for exception org.squashtest.tm.exception.user.LoginDoNotExistException
 
LoginDoNotExistException(String) - Constructor for exception org.squashtest.tm.exception.user.LoginDoNotExistException
 
loginIs(String) - Method in class org.squashtest.tm.domain.users.User
Tells if this user matches the given login.

M

MANAGEMENT - Static variable in class org.squashtest.tm.security.acls.CustomPermission
 
MandatoryCufException - Exception in org.squashtest.tm.exception.customfield
 
MandatoryCufException(String) - Constructor for exception org.squashtest.tm.exception.customfield.MandatoryCufException
 
MandatoryCufException(String, String) - Constructor for exception org.squashtest.tm.exception.customfield.MandatoryCufException
 
MandatoryCufException(String, String, String) - Constructor for exception org.squashtest.tm.exception.customfield.MandatoryCufException
 
MandatoryCufException(CustomFieldValue) - Constructor for exception org.squashtest.tm.exception.customfield.MandatoryCufException
 
MAX_CODE_SIZE - Static variable in class org.squashtest.tm.domain.customfield.CustomField
 
MAX_NAME_SIZE - Static variable in class org.squashtest.tm.domain.testcase.Parameter
 
mayUnlockBloquedExecution(ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
merge(List<T>) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
Accepts a list of TreeNodes and use their data to update existing nodes data.
MIN_CODE_SIZE - Static variable in class org.squashtest.tm.domain.customfield.CustomField
 
MIN_NAME_SIZE - Static variable in class org.squashtest.tm.domain.testcase.Parameter
 
moveOptions(int, List<String>) - Method in class org.squashtest.tm.domain.customfield.SingleSelectField
Will remove all options and recreate them at their right-full positions.
moveStep(int, int) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
moveSteps(int, List<TestStep>) - Method in class org.squashtest.tm.domain.testcase.TestCase
Will move a list of steps to a new position.
moveTestPlan(int, int) - Method in class org.squashtest.tm.domain.campaign.Iteration
Deprecated.
moveTestPlanItems(int, List<Long>) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
moveTestPlans(int, List<IterationTestPlanItem>) - Method in class org.squashtest.tm.domain.campaign.Iteration
 

N

name - Variable in class org.squashtest.tm.domain.customfield.CustomField
 
NAME_REGEXP - Static variable in class org.squashtest.tm.domain.testcase.Parameter
 
NameAlreadyExistsAtDestinationException - Exception in org.squashtest.tm.exception.library
 
NameAlreadyExistsAtDestinationException(Exception) - Constructor for exception org.squashtest.tm.exception.library.NameAlreadyExistsAtDestinationException
 
NameAlreadyExistsAtDestinationException(String) - Constructor for exception org.squashtest.tm.exception.library.NameAlreadyExistsAtDestinationException
 
NameAlreadyExistsAtDestinationException() - Constructor for exception org.squashtest.tm.exception.library.NameAlreadyExistsAtDestinationException
 
NameAlreadyInUseException - Exception in org.squashtest.tm.exception.customfield
This should be raised when a transient entity name is already used by another entity.
NameAlreadyInUseException(String, String) - Constructor for exception org.squashtest.tm.exception.customfield.NameAlreadyInUseException
 
NamedReference - Class in org.squashtest.tm.domain
This can b used as a reference or summary of any entity which has a name.
NamedReference(Long, String) - Constructor for class org.squashtest.tm.domain.NamedReference
 
needsComputation() - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
needsComputation(ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
newPair() - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
 
newPair(T, T) - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
 
newPair() - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
Returns a new instance of a TreeNodePair.
newPair(Long, T) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
An initializing version of LibraryTree.newPair().
NewRequirementVersionDto - Class in org.squashtest.tm.domain.requirement
Data holder for requirement version creation.
NewRequirementVersionDto() - Constructor for class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
NewRequirementVersionDto.NewRequirementVersionDaoValidator - Class in org.squashtest.tm.domain.requirement
 
NewRequirementVersionDto.NewRequirementVersionDaoValidator() - Constructor for class org.squashtest.tm.domain.requirement.NewRequirementVersionDto.NewRequirementVersionDaoValidator
 
newWithKind(String) - Method in class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
newWithLogin(String) - Method in class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
newWithName(String) - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
newWithName(String) - Method in class org.squashtest.tm.domain.testautomation.TestAutomationProject
 
newWithPassword(String) - Method in class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
newWithProject(TestAutomationProject) - Method in class org.squashtest.tm.domain.testautomation.AutomatedTest
 
newWithServer(TestAutomationServer) - Method in class org.squashtest.tm.domain.testautomation.TestAutomationProject
 
newWithURL(URL) - Method in class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
NO_FOLDER - Static variable in class org.squashtest.tm.domain.library.ExportData
 
NO_USER_ID - Static variable in class org.squashtest.tm.domain.users.User
 
NoBugTrackerBindingException - Exception in org.squashtest.tm.exception
 
NoBugTrackerBindingException(Exception) - Constructor for exception org.squashtest.tm.exception.NoBugTrackerBindingException
 
NoBugTrackerBindingException(String) - Constructor for exception org.squashtest.tm.exception.NoBugTrackerBindingException
 
NoBugTrackerBindingException() - Constructor for exception org.squashtest.tm.exception.NoBugTrackerBindingException
 
NodeContainer<NODE extends TreeNode> - Interface in org.squashtest.tm.domain.library
Interface for an object which contains tree node objects.
NodeContainerVisitor - Interface in org.squashtest.tm.domain.library
Interface for an object which can visit a functional node container including : CampaignLibrary RequirementLibrary TestCaseLibrary CampaignFolder RequirementFolder TestCaseFolder Campaign Iteration .
NodeData<KEY_TYPE> - Class in org.squashtest.tm.domain.library.structures
classes extending that one should preferably be comparable only on a subset of their attributes.
NodeData(KEY_TYPE) - Constructor for class org.squashtest.tm.domain.library.structures.NodeData
 
NodeReference - Class in org.squashtest.tm.domain.library
POJO holding basic informations regarding nodes, when one do not need the full data held in the Session cache.
NodeReference(Long, String, boolean) - Constructor for class org.squashtest.tm.domain.library.NodeReference
 
NodeReference(Object[]) - Constructor for class org.squashtest.tm.domain.library.NodeReference
this one accepts an object array formatted as { Long, String, Boolean }
NodeVisitor - Interface in org.squashtest.tm.domain.library
Interface for an object which can visit a functional tree node including : CampaignFolder RequirementFolder TestCaseFolder Requirement TestCase Campaign Iteration TestSuite .
NotAutomatedException - Exception in org.squashtest.tm.exception
 
NotAutomatedException() - Constructor for exception org.squashtest.tm.exception.NotAutomatedException
 
NotDeletableException - Exception in org.squashtest.tm.exception.library
Thrown when trying to delete a TestCase that is called by another TestCase.
NotDeletableException(long) - Constructor for exception org.squashtest.tm.exception.library.NotDeletableException
 
notify(RequirementAuditEvent) - Method in interface org.squashtest.tm.event.RequirementAuditor
 
notifyAddedTo(IterationTestPlanItem) - Method in class org.squashtest.tm.domain.execution.Execution
 
notifyAssociatedProjectWasSet(Project, Project) - Method in class org.squashtest.tm.domain.library.FolderSupport
Notifies that the project was set to something.
notifyAssociatedWithProject(Project) - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
notifyAssociatedWithProject(GenericProject) - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
notifyAssociatedWithProject(Project) - Method in class org.squashtest.tm.domain.library.GenericLibraryNode
Notifies this object it is now a resource of the given project.
notifyAssociatedWithProject(GenericProject) - Method in interface org.squashtest.tm.domain.library.Library
 
notifyAssociatedWithProject(Project) - Method in interface org.squashtest.tm.domain.library.LibraryNode
Notifies this resource now belongs to the given project.
notifyAssociatedWithProject(Project) - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
notifyAssociatedWithProject(GenericProject) - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
notifyAssociatedWithProject(Project) - Method in class org.squashtest.tm.domain.requirement.RequirementLibraryNode
Notifies this object it is now a resource of the given project.
notifyAssociatedWithProject(Project) - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
notifyAssociatedWithProject(GenericProject) - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
NoVerifiableRequirementVersionException - Exception in org.squashtest.tm.exception
Indicates no version of a requirement which matche the rules to be verified by a test case could be found.
NoVerifiableRequirementVersionException(Requirement) - Constructor for exception org.squashtest.tm.exception.NoVerifiableRequirementVersionException
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 

O

objectToSQLString(Object) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
objectToString(Object) - Method in class org.squashtest.tm.domain.requirement.RequirementCategoryBridge
 
objectToString(Object) - Method in class org.squashtest.tm.domain.requirement.RequirementCriticalityBridge
 
objectToString(Object) - Method in class org.squashtest.tm.domain.requirement.RequirementStatusBridge
 
objectToString(Object) - Method in class org.squashtest.tm.domain.search.CountElementsInCollectionBridge
 
objectToString(Object) - Method in class org.squashtest.tm.domain.testcase.TestCaseImportanceBridge
 
objectToString(Object) - Method in class org.squashtest.tm.domain.testcase.TestCaseStatusBridge
 
optional - Variable in class org.squashtest.tm.domain.customfield.CustomField
 
OptionAlreadyExistException - Exception in org.squashtest.tm.exception.customfield
This should be raised when an option already exists for a given custom-field.
OptionAlreadyExistException(String) - Constructor for exception org.squashtest.tm.exception.customfield.OptionAlreadyExistException
 
org.squashtest.tm.domain - package org.squashtest.tm.domain
 
org.squashtest.tm.domain.attachment - package org.squashtest.tm.domain.attachment
 
org.squashtest.tm.domain.audit - package org.squashtest.tm.domain.audit
 
org.squashtest.tm.domain.bugtracker - package org.squashtest.tm.domain.bugtracker
 
org.squashtest.tm.domain.campaign - package org.squashtest.tm.domain.campaign
 
org.squashtest.tm.domain.customfield - package org.squashtest.tm.domain.customfield
 
org.squashtest.tm.domain.denormalizedfield - package org.squashtest.tm.domain.denormalizedfield
 
org.squashtest.tm.domain.event - package org.squashtest.tm.domain.event
 
org.squashtest.tm.domain.execution - package org.squashtest.tm.domain.execution
 
org.squashtest.tm.domain.library - package org.squashtest.tm.domain.library
 
org.squashtest.tm.domain.library.structures - package org.squashtest.tm.domain.library.structures
 
org.squashtest.tm.domain.planning - package org.squashtest.tm.domain.planning
 
org.squashtest.tm.domain.project - package org.squashtest.tm.domain.project
 
org.squashtest.tm.domain.projectfilter - package org.squashtest.tm.domain.projectfilter
 
org.squashtest.tm.domain.requirement - package org.squashtest.tm.domain.requirement
 
org.squashtest.tm.domain.resource - package org.squashtest.tm.domain.resource
 
org.squashtest.tm.domain.search - package org.squashtest.tm.domain.search
 
org.squashtest.tm.domain.testautomation - package org.squashtest.tm.domain.testautomation
This package contains all the relevant concepts around test automation.
org.squashtest.tm.domain.testcase - package org.squashtest.tm.domain.testcase
 
org.squashtest.tm.domain.users - package org.squashtest.tm.domain.users
 
org.squashtest.tm.domain.viewmapping - package org.squashtest.tm.domain.viewmapping
 
org.squashtest.tm.event - package org.squashtest.tm.event
 
org.squashtest.tm.exception - package org.squashtest.tm.exception
 
org.squashtest.tm.exception.campaign - package org.squashtest.tm.exception.campaign
 
org.squashtest.tm.exception.customfield - package org.squashtest.tm.exception.customfield
 
org.squashtest.tm.exception.execution - package org.squashtest.tm.exception.execution
 
org.squashtest.tm.exception.library - package org.squashtest.tm.exception.library
 
org.squashtest.tm.exception.requirement - package org.squashtest.tm.exception.requirement
 
org.squashtest.tm.exception.testcase - package org.squashtest.tm.exception.testcase
 
org.squashtest.tm.exception.user - package org.squashtest.tm.exception.user
 
org.squashtest.tm.infrastructure.hibernate - package org.squashtest.tm.infrastructure.hibernate
Defines cross-cutting hibernate configuration (eg soft deletion)
org.squashtest.tm.security - package org.squashtest.tm.security
 
org.squashtest.tm.security.acls - package org.squashtest.tm.security.acls
 
org.squashtest.tm.security.annotation - package org.squashtest.tm.security.annotation
 
org.squashtest.tm.validation - package org.squashtest.tm.validation
 
org.squashtest.tm.validation.constraint - package org.squashtest.tm.validation.constraint
 
org.squashtest.tm.validation.validator - package org.squashtest.tm.validation.validator
 

P

Parameter - Class in org.squashtest.tm.domain.testcase
 
Parameter() - Constructor for class org.squashtest.tm.domain.testcase.Parameter
 
Parameter(String) - Constructor for class org.squashtest.tm.domain.testcase.Parameter
 
Parameter(String, TestCase) - Constructor for class org.squashtest.tm.domain.testcase.Parameter
 
ParameterNameInStepUpdater - Class in org.squashtest.tm.domain.testcase
 
ParameterNameInStepUpdater(String, String) - Constructor for class org.squashtest.tm.domain.testcase.ParameterNameInStepUpdater
 
Party - Class in org.squashtest.tm.domain.users
 
Party() - Constructor for class org.squashtest.tm.domain.users.Party
 
PartyProjectPermissionsBean - Class in org.squashtest.tm.domain.users
This class represents a party and an aggregation of permissions (read, write and so on) which can be given to this party and which have a scope of object identities.
PartyProjectPermissionsBean(Party, PermissionGroup) - Constructor for class org.squashtest.tm.domain.users.PartyProjectPermissionsBean
 
PartyVisitor - Interface in org.squashtest.tm.domain.users
 
PasswordChangeFailedException - Exception in org.squashtest.tm.exception
 
PasswordChangeFailedException() - Constructor for exception org.squashtest.tm.exception.PasswordChangeFailedException
 
PasswordChangeFailedException(String) - Constructor for exception org.squashtest.tm.exception.PasswordChangeFailedException
 
PermissionGroup - Class in org.squashtest.tm.security.acls
This class represents an agregation of permissions (read, write and so on) which can be given to a user and which have a scope of object identities.
PermissionGroup(long, String) - Constructor for class org.squashtest.tm.security.acls.PermissionGroup
 
PluginReferencer<BIND extends LibraryPluginBinding> - Interface in org.squashtest.tm.domain.library
 
Project - Class in org.squashtest.tm.domain.project
 
Project() - Constructor for class org.squashtest.tm.domain.project.Project
 
ProjectFilter - Class in org.squashtest.tm.domain.projectfilter
 
ProjectFilter() - Constructor for class org.squashtest.tm.domain.projectfilter.ProjectFilter
 
ProjectPermission - Class in org.squashtest.tm.domain.project
This class represents an agregation of permissions (read, write and so on) which can be given to a user and which have a scope of object identities.
ProjectPermission(GenericProject, PermissionGroup) - Constructor for class org.squashtest.tm.domain.project.ProjectPermission
 
ProjectResource<P extends GenericProject> - Interface in org.squashtest.tm.domain.project
Any resource associated to a project.
ProjectTemplate - Class in org.squashtest.tm.domain.project
A Project template, which can hold no nodes but will be used to build "real" projects
ProjectTemplate() - Constructor for class org.squashtest.tm.domain.project.ProjectTemplate
 
ProjectUtils - Class in org.squashtest.tm.domain.project
 
ProjectVisitor - Interface in org.squashtest.tm.domain.project
Project visitor.
propertyToColumnName(String) - Method in class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 
publish(RequirementAuditEvent) - Method in class org.squashtest.tm.domain.event.AbstractRequirementEventPublisher
 
put(String, T) - Method in class org.squashtest.tm.domain.library.structures.StringPathMap
 

R

RANGE - Static variable in interface org.squashtest.tm.domain.search.AdvancedSearchFieldModel
 
READ_UNASSIGNED - Static variable in class org.squashtest.tm.security.acls.CustomPermission
 
RemoteIssueDecorator - Class in org.squashtest.tm.domain.bugtracker
 
RemoteIssueDecorator(RemoteIssue, long) - Constructor for class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
removeAttachment(Attachment) - Method in class org.squashtest.tm.domain.attachment.AttachmentList
 
removeAttachment(long) - Method in class org.squashtest.tm.domain.attachment.AttachmentList
 
removeAutomatedScript() - Method in class org.squashtest.tm.domain.testcase.TestCase
 
removeBugTrackerBinding() - Method in class org.squashtest.tm.domain.project.GenericProject
 
removeContent(Iteration) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
removeContent(CampaignLibraryNode) - Method in class org.squashtest.tm.domain.campaign.CampaignFolder
 
removeContent(CampaignLibraryNode) - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
removeContent(TestSuite) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
removeContent(NODE) - Method in interface org.squashtest.tm.domain.library.NodeContainer
 
removeContent(Requirement) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
removeContent(RequirementLibraryNode) - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
removeContent(RequirementLibraryNode) - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
removeContent(TestCaseLibraryNode) - Method in class org.squashtest.tm.domain.testcase.TestCaseFolder
 
removeContent(TestCaseLibraryNode) - Method in class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
removeExecution(Execution) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
removeIssue(Issue) - Method in class org.squashtest.tm.domain.bugtracker.IssueList
 
removeIssue(long) - Method in class org.squashtest.tm.domain.bugtracker.IssueList
 
removeItemFromTestPlan(IterationTestPlanItem) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
removeIteration(Iteration) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
removeMember(User) - Method in class org.squashtest.tm.domain.users.Team
 
removeMember(Collection<User>) - Method in class org.squashtest.tm.domain.users.Team
 
removeOption(String) - Method in class org.squashtest.tm.domain.customfield.SingleSelectField
Checks first if the option is the default one.
removeParameterValue(DatasetParamValue) - Method in class org.squashtest.tm.domain.testcase.Dataset
 
removeProject(Project) - Method in class org.squashtest.tm.domain.projectfilter.ProjectFilter
 
removeRenderingLocation(RenderingLocation) - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
removeRequirementVersionCoverage(RequirementVersionCoverage) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
Simply remove the RequirementVersionCoverage from this.requirementVersionCoverages.
removeRequirementVersionCoverage(RequirementVersionCoverage) - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
Simply remove the RequirementVersionCoverage from this.requirementVersionCoverages.
removeRequirementVersionCoverage(RequirementVersionCoverage) - Method in class org.squashtest.tm.domain.testcase.TestCase
Simply remove the RequirementVersionCoverage from this.requirementVersionCoverages.
removeTeams(Collection<Long>) - Method in class org.squashtest.tm.domain.users.User
 
removeTestPlanItem(CampaignTestPlanItem) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
removeTestPlanItem(long) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
removeTestPlanItems(List<Long>) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
removeTestSuite(TestSuite) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
removeTestSuite(TestSuite) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
removeVerifyingStep(long) - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
Will remove the step matching the given id from this.verifyingSteps.
rename(String) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
RenderingLocation - Enum in org.squashtest.tm.domain.customfield
Enumerates where a custoim field should be displayed.
reorderItems(List<Long>, int) - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding.PositionAwareBindingList
 
reorderTestPlan(int, List<IterationTestPlanItem>) - Method in class org.squashtest.tm.domain.campaign.TestSuite
Since the test plan of a TestSuite is merely a view on the backing iteration, we will reorder here the test plan accordingly.
replace(Object, Object, Object) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
representsSameBinding(CustomFieldValue) - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
representsSameCustomField(CustomFieldValue) - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
Requirement - Class in org.squashtest.tm.domain.requirement
Entity requirement Note that much of its setters will throw an IllegalRequirementModificationException if a modification is attempted while the status does not allow it.
Requirement() - Constructor for class org.squashtest.tm.domain.requirement.Requirement
 
Requirement(RequirementVersion) - Constructor for class org.squashtest.tm.domain.requirement.Requirement
Creates a new requirement which "latest version" is the given RequirementVersion
RequirementAlreadyVerifiedException - Exception in org.squashtest.tm.exception.requirement
 
RequirementAlreadyVerifiedException(RequirementVersion, TestCase) - Constructor for exception org.squashtest.tm.exception.requirement.RequirementAlreadyVerifiedException
 
RequirementAuditEvent - Class in org.squashtest.tm.domain.event
 
RequirementAuditEvent() - Constructor for class org.squashtest.tm.domain.event.RequirementAuditEvent
 
RequirementAuditEvent(RequirementVersion, String) - Constructor for class org.squashtest.tm.domain.event.RequirementAuditEvent
 
RequirementAuditEventVisitor - Interface in org.squashtest.tm.domain.event
 
RequirementAuditor - Interface in org.squashtest.tm.event
 
RequirementCategory - Enum in org.squashtest.tm.domain.requirement
 
RequirementCategoryBridge - Class in org.squashtest.tm.domain.requirement
 
RequirementCategoryBridge() - Constructor for class org.squashtest.tm.domain.requirement.RequirementCategoryBridge
 
RequirementCreation - Class in org.squashtest.tm.domain.event
That class simply extends RequirementAuditEvent.
RequirementCreation() - Constructor for class org.squashtest.tm.domain.event.RequirementCreation
 
RequirementCreation(RequirementVersion, String) - Constructor for class org.squashtest.tm.domain.event.RequirementCreation
 
RequirementCriticality - Enum in org.squashtest.tm.domain.requirement
 
RequirementCriticalityBridge - Class in org.squashtest.tm.domain.requirement
 
RequirementCriticalityBridge() - Constructor for class org.squashtest.tm.domain.requirement.RequirementCriticalityBridge
 
RequirementFolder - Class in org.squashtest.tm.domain.requirement
 
RequirementFolder() - Constructor for class org.squashtest.tm.domain.requirement.RequirementFolder
 
RequirementFolder(Date, String) - Constructor for class org.squashtest.tm.domain.requirement.RequirementFolder
 
RequirementLargePropertyChange - Class in org.squashtest.tm.domain.event
Will log when the value of a property of a requirement changed.
RequirementLargePropertyChange() - Constructor for class org.squashtest.tm.domain.event.RequirementLargePropertyChange
 
RequirementLargePropertyChange(RequirementVersion, String) - Constructor for class org.squashtest.tm.domain.event.RequirementLargePropertyChange
 
RequirementLibrary - Class in org.squashtest.tm.domain.requirement
 
RequirementLibrary() - Constructor for class org.squashtest.tm.domain.requirement.RequirementLibrary
 
RequirementLibraryNode<RESOURCE extends Resource> - Class in org.squashtest.tm.domain.requirement
 
RequirementLibraryNode() - Constructor for class org.squashtest.tm.domain.requirement.RequirementLibraryNode
 
RequirementLibraryNode(String, String) - Constructor for class org.squashtest.tm.domain.requirement.RequirementLibraryNode
 
RequirementLibraryNodeVisitor - Interface in org.squashtest.tm.domain.requirement
Interface for an object which can visit a RequirementLibraryNode.
RequirementLibraryPluginBinding - Class in org.squashtest.tm.domain.requirement
 
RequirementLibraryPluginBinding() - Constructor for class org.squashtest.tm.domain.requirement.RequirementLibraryPluginBinding
 
RequirementLibraryPluginBinding(String) - Constructor for class org.squashtest.tm.domain.requirement.RequirementLibraryPluginBinding
 
RequirementPropertyChange - Class in org.squashtest.tm.domain.event
Will log when the value of a property of a requirement changed.
RequirementPropertyChange() - Constructor for class org.squashtest.tm.domain.event.RequirementPropertyChange
 
RequirementPropertyChangeEventBuilder<EVENT extends RequirementAuditEvent> - Interface in org.squashtest.tm.domain.event
 
RequirementSearchCriteria - Interface in org.squashtest.tm.domain.requirement
Criteria applied for a Requirement search.
RequirementStatus - Enum in org.squashtest.tm.domain.requirement
 
RequirementStatusBridge - Class in org.squashtest.tm.domain.requirement
 
RequirementStatusBridge() - Constructor for class org.squashtest.tm.domain.requirement.RequirementStatusBridge
 
RequirementVersion - Class in org.squashtest.tm.domain.requirement
Represents a version of a requirement.
RequirementVersion() - Constructor for class org.squashtest.tm.domain.requirement.RequirementVersion
 
RequirementVersionAttachmentBridge - Class in org.squashtest.tm.domain.requirement
 
RequirementVersionAttachmentBridge() - Constructor for class org.squashtest.tm.domain.requirement.RequirementVersionAttachmentBridge
 
RequirementVersionCoverage - Class in org.squashtest.tm.domain.testcase
Entity representing a The coverage of a RequirementVersion by a TestCase.
RequirementVersionCoverage(RequirementVersion) - Constructor for class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
RequirementVersionCoverage(RequirementVersion, TestCase) - Constructor for class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
RequirementVersionCoverage(Requirement, TestCase) - Constructor for class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
RequirementVersionCurrentVersionBridge - Class in org.squashtest.tm.domain.requirement
 
RequirementVersionCurrentVersionBridge() - Constructor for class org.squashtest.tm.domain.requirement.RequirementVersionCurrentVersionBridge
 
RequirementVersionDescriptionBridge - Class in org.squashtest.tm.domain.resource
 
RequirementVersionDescriptionBridge() - Constructor for class org.squashtest.tm.domain.resource.RequirementVersionDescriptionBridge
 
RequirementVersionImportMemento - Interface in org.squashtest.tm.domain.requirement
 
RequirementVersionModification - Interface in org.squashtest.tm.domain.event
Interface of an event which notifies the modification of a Requirement.
RequirementVersionNotLinkableException - Exception in org.squashtest.tm.exception.requirement
A Requirement was bound to be verified by a new TestCase while it is not linkable.
RequirementVersionNotLinkableException(RequirementVersion) - Constructor for exception org.squashtest.tm.exception.requirement.RequirementVersionNotLinkableException
 
RequirementVersionNumberComparator - Class in org.squashtest.tm.domain.requirement
Use to compare RequirementVersions numbers.
RequirementVersionNumberComparator() - Constructor for class org.squashtest.tm.domain.requirement.RequirementVersionNumberComparator
 
RequirementVersionParentBridge - Class in org.squashtest.tm.domain.requirement
 
RequirementVersionParentBridge() - Constructor for class org.squashtest.tm.domain.requirement.RequirementVersionParentBridge
 
RequirementVersionTestcaseBridge - Class in org.squashtest.tm.domain.requirement
 
RequirementVersionTestcaseBridge() - Constructor for class org.squashtest.tm.domain.requirement.RequirementVersionTestcaseBridge
 
reset() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
reset() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
reset() - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
resolveStatus(ExecutionStatus, ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
Resource - Class in org.squashtest.tm.domain.resource
A Resource is the actual "things" which are organized in a library tree.
Resource() - Constructor for class org.squashtest.tm.domain.resource.Resource
 
returnDisabledStatus() - Method in enum org.squashtest.tm.domain.requirement.RequirementStatus
 
returnedClass() - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
RightsUnsuficientsForOperationException - Exception in org.squashtest.tm.exception.library
 
RightsUnsuficientsForOperationException(Exception) - Constructor for exception org.squashtest.tm.exception.library.RightsUnsuficientsForOperationException
 
RightsUnsuficientsForOperationException(String) - Constructor for exception org.squashtest.tm.exception.library.RightsUnsuficientsForOperationException
 
RightsUnsuficientsForOperationException() - Constructor for exception org.squashtest.tm.exception.library.RightsUnsuficientsForOperationException
 
RunExecutionException - Exception in org.squashtest.tm.exception.execution
Something happened while trying to run an execution.
RunExecutionException(String) - Constructor for exception org.squashtest.tm.exception.execution.RunExecutionException
 

S

ScheduledTimePeriod - Class in org.squashtest.tm.domain.campaign
Embeddable value for a scheduled (i.e. user defined) date period.
ScheduledTimePeriod() - Constructor for class org.squashtest.tm.domain.campaign.ScheduledTimePeriod
 
SearchExportCSVModel - Interface in org.squashtest.tm.domain.search
 
SearchExportCSVModel.Cell - Interface in org.squashtest.tm.domain.search
 
SearchExportCSVModel.Row - Interface in org.squashtest.tm.domain.search
 
SelfClassAware - Interface in org.squashtest.tm.domain
use this interface to circumvent problems arising when invoking getClass().getSomething() on a proxy.
SessionFieldBridge - Class in org.squashtest.tm.domain.search
 
SessionFieldBridge() - Constructor for class org.squashtest.tm.domain.search.SessionFieldBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.resource.RequirementVersionDescriptionBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.search.SessionFieldBridge
 
set(String, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.testcase.AuditableBridgeCreatedBy
 
set(String, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.testcase.AuditableBridgeCreatedOn
 
set(String, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.testcase.AuditableBridgeModifiedBy
 
set(String, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.testcase.AuditableBridgeModifiedOn
 
setAction(String) - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
setAction(String) - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
setAction(String) - Method in class org.squashtest.tm.domain.testcase.ExportTestStepData
 
setActivated(Boolean) - Method in class org.squashtest.tm.domain.projectfilter.ProjectFilter
 
setActive(boolean) - Method in class org.squashtest.tm.domain.project.GenericProject
 
setActive(Boolean) - Method in class org.squashtest.tm.domain.users.User
 
setActualEndAuto(boolean) - Method in class org.squashtest.tm.domain.campaign.ActualTimePeriod
 
setActualEndAuto(boolean) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
setActualEndAuto(boolean) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
setActualEndDate(Date) - Method in class org.squashtest.tm.domain.campaign.ActualTimePeriod
 
setActualEndDate(Date) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
setActualEndDate(Date) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
setActualStartAuto(boolean) - Method in class org.squashtest.tm.domain.campaign.ActualTimePeriod
 
setActualStartAuto(boolean) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
setActualStartAuto(boolean) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
setActualStartDate(Date) - Method in class org.squashtest.tm.domain.campaign.ActualTimePeriod
 
setActualStartDate(Date) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
setActualStartDate(Date) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
setAddedOn(Date) - Method in class org.squashtest.tm.domain.attachment.Attachment
 
setAddToTotalCount(long) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
setAddToTotalCount(long) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
setAddToTotalCount(long) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
setAuditor(RequirementAuditor) - Method in class org.squashtest.tm.domain.event.AbstractRequirementEventPublisher
 
setAuthor(String) - Method in interface org.squashtest.tm.domain.event.RequirementPropertyChangeEventBuilder
 
setAutomatedExecutionExtender(AutomatedExecutionExtender) - Method in class org.squashtest.tm.domain.execution.Execution
 
setAutomatedSuite(AutomatedSuite) - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
setAutomatedTest(AutomatedTest) - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
setAutomatedTest(AutomatedTest) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
setBinding(CustomFieldBinding) - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
setBloqued(int) - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
setBoundEntity(BindableEntity) - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
setBoundEntity(BoundEntity) - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
setBoundProject(GenericProject) - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
setBugtracker(BugTracker) - Method in class org.squashtest.tm.domain.bugtracker.BugTrackerBinding
 
setBugtracker(BugTracker) - Method in class org.squashtest.tm.domain.bugtracker.Issue
 
setBugtracker(String) - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
setBugtrackerBinding(BugTrackerBinding) - Method in class org.squashtest.tm.domain.project.GenericProject
 
setCalledTestCase(TestCase) - Method in class org.squashtest.tm.domain.testcase.CallTestStep
 
setCampaign(Campaign) - Method in class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
Should only be used by the Campaign when this item is added to the test plan.
setCampaignIndexDate(Date) - Method in class org.squashtest.tm.domain.library.IndexModel
 
setCampaignIndexingDate(Date) - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
setCampaignIndexVersion(String) - Method in class org.squashtest.tm.domain.library.IndexModel
 
setCampaignLibrary(CampaignLibrary) - Method in class org.squashtest.tm.domain.project.GenericProject
 
setCampaignsNumber(long) - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
setCategory(RequirementCategory) - Method in class org.squashtest.tm.domain.requirement.ExportRequirementData
 
setCategory(RequirementCategory) - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
setCategory(RequirementCategory) - Method in class org.squashtest.tm.domain.requirement.Requirement
Set the requirement category
setCategory(RequirementCategory) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
Set the requirement category
setChild(T) - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph.GraphNodePair
 
setChild(T) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree.TreeNodePair
 
setCode(String) - Method in class org.squashtest.tm.domain.customfield.CustomField
 
setCode(String) - Method in class org.squashtest.tm.domain.customfield.CustomFieldOption
 
setComment(String) - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
setComment(String) - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
setContent(AttachmentContent) - Method in class org.squashtest.tm.domain.attachment.Attachment
 
setContent(InputStream) - Method in class org.squashtest.tm.domain.attachment.AttachmentContent
 
setCreatedBy(String) - Method in interface org.squashtest.tm.domain.audit.AuditableMixin
 
setCreatedBy(String) - Method in class org.squashtest.tm.domain.audit.AuditableSupport
 
setCreatedBy(String) - Method in class org.squashtest.tm.domain.library.ExportData
 
setCreatedOn(Date) - Method in interface org.squashtest.tm.domain.audit.AuditableMixin
 
setCreatedOn(Date) - Method in class org.squashtest.tm.domain.audit.AuditableSupport
 
setCreatedOn(Date) - Method in class org.squashtest.tm.domain.library.ExportData
 
setCriticality(RequirementCriticality) - Method in class org.squashtest.tm.domain.requirement.ExportRequirementData
 
setCriticality(RequirementCriticality) - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
setCriticality(RequirementCriticality) - Method in class org.squashtest.tm.domain.requirement.Requirement
Set the requirement criticality
setCriticality(RequirementCriticality) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
Set the requirement criticality
setCurrentSquashVersion(String) - Method in class org.squashtest.tm.domain.library.IndexModel
 
setCurrentVersion(Integer) - Method in class org.squashtest.tm.domain.requirement.ExportRequirementData
 
setCustomField(CustomField) - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
setCustomFields(Map<Long, String>) - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
setDataset(Dataset) - Method in class org.squashtest.tm.domain.testcase.DatasetParamValue
 
setDefaultValue(String) - Method in class org.squashtest.tm.domain.customfield.CustomField
 
setDeletable(boolean) - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
setDescription(String) - Method in class org.squashtest.tm.domain.bugtracker.RemoteIssueDecorator
 
setDescription(String) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
setDescription(String) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
setDescription(String) - Method in class org.squashtest.tm.domain.execution.Execution
 
setDescription(String) - Method in class org.squashtest.tm.domain.library.ExportData
 
setDescription(String) - Method in class org.squashtest.tm.domain.library.GenericLibraryNode
 
setDescription(String) - Method in interface org.squashtest.tm.domain.library.LibraryNode
 
setDescription(String) - Method in class org.squashtest.tm.domain.project.GenericProject
 
setDescription(String) - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
setDescription(String) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
setDescription(String) - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
setDescription(String) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
setDescription(String) - Method in class org.squashtest.tm.domain.resource.Resource
 
setDescription(String) - Method in class org.squashtest.tm.domain.testcase.Parameter
 
setDescription(String) - Method in class org.squashtest.tm.domain.users.Team
 
setDocumentsAdded(long) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
setDocumentsAdded(long) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
setDocumentsAdded(long) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
setDocumentsBuilt(int) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
setDocumentsBuilt(int) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
setDocumentsBuilt(int) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
setEmail(String) - Method in class org.squashtest.tm.domain.users.User
 
setEndDate(Date) - Method in class org.squashtest.tm.domain.search.AdvancedSearchTimeIntervalFieldModel
 
setEntitiesLoaded(int) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
setEntitiesLoaded(int) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
setEntitiesLoaded(int) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
setError(int) - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
setExecution(Execution) - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
setExecutionExtenders(Collection<AutomatedExecutionExtender>) - Method in class org.squashtest.tm.domain.testautomation.AutomatedSuite
 
setExecutionMode(TestCaseExecutionMode) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
setExecutionsNumber(long) - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
setExecutionStatus(ExecutionStatus) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
setExecutionStatus(ExecutionStatus) - Method in class org.squashtest.tm.domain.execution.Execution
 
setExecutionStatus(ExecutionStatus) - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
setExecutionStatus(ExecutionStatus) - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
setExpectedResult(String) - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
setExpectedResult(String) - Method in class org.squashtest.tm.domain.testcase.ActionTestStep
 
setExpectedResult(String) - Method in class org.squashtest.tm.domain.testcase.ExportTestStepData
 
setFailure(int) - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
setFirstAction(String) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
setFirstExpectedResult(String) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
setFirstName(String) - Method in class org.squashtest.tm.domain.users.User
 
setFolderId(Long) - Method in class org.squashtest.tm.domain.library.ExportData
 
setFolderName(String) - Method in class org.squashtest.tm.domain.library.ExportData
 
setGraph(LibraryGraph<T>) - Method in class org.squashtest.tm.domain.library.structures.GraphNode
 
setGroup(UsersGroup) - Method in class org.squashtest.tm.domain.users.Party
 
setId(Long) - Method in class org.squashtest.tm.domain.campaign.CampaignLibrary
 
setId(Long) - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
setId(Long) - Method in class org.squashtest.tm.domain.library.ExportData
 
setId(Long) - Method in class org.squashtest.tm.domain.requirement.RequirementLibrary
 
setImportance(TestCaseImportance) - Method in class org.squashtest.tm.domain.execution.Execution
 
setImportance(TestCaseImportance) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
setImportanceAuto(boolean) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
setIndexingOver(boolean) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
setIndexingOver(boolean) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
setIndexingOver(boolean) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
setIterationsNumber(long) - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
setKey(Long) - Method in class org.squashtest.tm.domain.library.structures.GraphNode
 
setKey(Long) - Method in class org.squashtest.tm.domain.library.structures.TreeNode
 
setLabel(String) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
setLabel(String) - Method in class org.squashtest.tm.domain.customfield.CustomField
 
setLabel(String) - Method in class org.squashtest.tm.domain.customfield.CustomFieldOption
 
setLabel(String) - Method in class org.squashtest.tm.domain.project.GenericProject
 
setLastExecutedBy(String) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
setLastExecutedBy(String) - Method in class org.squashtest.tm.domain.execution.Execution
 
setLastExecutedBy(String) - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
setLastExecutedOn(Date) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
that method will also forward the information to the iteration for update of autoset dates.
setLastExecutedOn(Date) - Method in class org.squashtest.tm.domain.execution.Execution
 
setLastExecutedOn(Date) - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
setLastModifiedBy(String) - Method in interface org.squashtest.tm.domain.audit.AuditableMixin
 
setLastModifiedBy(String) - Method in class org.squashtest.tm.domain.audit.AuditableSupport
 
setLastModifiedBy(String) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
setLastModifiedOn(Date) - Method in interface org.squashtest.tm.domain.audit.AuditableMixin
 
setLastModifiedOn(Date) - Method in class org.squashtest.tm.domain.audit.AuditableSupport
 
setLastModifiedOn(Date) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
setLastName(String) - Method in class org.squashtest.tm.domain.users.User
 
setLogin(String) - Method in class org.squashtest.tm.domain.users.User
 
setMaxValue(Integer) - Method in class org.squashtest.tm.domain.search.AdvancedSearchRangeFieldModel
 
setMessageSource(MessageSource) - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto.NewRequirementVersionDaoValidator
 
setMinValue(Integer) - Method in class org.squashtest.tm.domain.search.AdvancedSearchRangeFieldModel
 
setModifiedProperty(String) - Method in interface org.squashtest.tm.domain.event.RequirementPropertyChangeEventBuilder
 
setName(String) - Method in class org.squashtest.tm.domain.attachment.Attachment
sets the full name (including extensions).
setName(String) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
setName(String) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
setName(String) - Method in class org.squashtest.tm.domain.customfield.CustomField
 
setName(String) - Method in class org.squashtest.tm.domain.execution.Execution
 
setName(String) - Method in interface org.squashtest.tm.domain.library.Copiable
 
setName(String) - Method in class org.squashtest.tm.domain.library.ExportData
 
setName(String) - Method in class org.squashtest.tm.domain.library.GenericLibraryNode
 
setName(String) - Method in interface org.squashtest.tm.domain.library.LibraryNode
 
setName(String) - Method in class org.squashtest.tm.domain.project.GenericProject
 
setName(String) - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
setName(String) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
setName(String) - Method in class org.squashtest.tm.domain.requirement.RequirementFolder
 
setName(String) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
setName(String) - Method in class org.squashtest.tm.domain.resource.Resource
 
setName(String) - Method in class org.squashtest.tm.domain.testcase.Dataset
 
setName(String) - Method in class org.squashtest.tm.domain.testcase.Parameter
 
setName(String) - Method in class org.squashtest.tm.domain.users.Team
 
setNature(TestCaseNature) - Method in class org.squashtest.tm.domain.execution.Execution
 
setNature(TestCaseNature) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
setNature(TestCaseNature) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
setNewValue(Object) - Method in interface org.squashtest.tm.domain.event.RequirementPropertyChangeEventBuilder
 
setNodes(List<T>) - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph
 
setObjectName(String) - Method in exception org.squashtest.tm.exception.DomainException
 
setOldValue(Object) - Method in interface org.squashtest.tm.domain.event.RequirementPropertyChangeEventBuilder
 
setOptional(boolean) - Method in class org.squashtest.tm.domain.customfield.CustomField
 
setParameter(Parameter) - Method in class org.squashtest.tm.domain.testcase.DatasetParamValue
 
setParameterValues(Map<String, String>) - Method in class org.squashtest.tm.domain.search.CUFBridge
 
setParamValue(String) - Method in class org.squashtest.tm.domain.testcase.DatasetParamValue
 
setParent(T) - Method in class org.squashtest.tm.domain.library.structures.LibraryGraph.GraphNodePair
 
setParentKey(Long) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree.TreeNodePair
 
setParty(Party) - Method in class org.squashtest.tm.domain.users.PartyProjectPermissionsBean
 
setPermissionGroup(PermissionGroup) - Method in class org.squashtest.tm.domain.project.ProjectPermission
 
setPermissionGroup(PermissionGroup) - Method in class org.squashtest.tm.domain.users.PartyProjectPermissionsBean
 
setPermissionGroup(PermissionGroup) - Method in class org.squashtest.tm.domain.users.UserProjectPermissionsBean
 
setPluginId(String) - Method in class org.squashtest.tm.domain.project.LibraryPluginBinding
 
setPosition(int) - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
setPrerequisite(String) - Method in class org.squashtest.tm.domain.execution.Execution
 
setPrerequisite(String) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
setPrerequisite(String) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
setProgressPercentage(float) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring
 
setProgressPercentage(float) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForRequirementVersions
 
setProgressPercentage(float) - Static method in class org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoringForTestcases
 
setProject(GenericProject) - Method in class org.squashtest.tm.domain.bugtracker.BugTrackerBinding
 
setProject(String) - Method in class org.squashtest.tm.domain.library.ExportData
 
setProject(GenericProject) - Method in class org.squashtest.tm.domain.project.ProjectPermission
 
setProjectName(String) - Method in class org.squashtest.tm.domain.bugtracker.BugTrackerBinding
 
setProjects(List<Project>) - Method in class org.squashtest.tm.domain.projectfilter.ProjectFilter
 
setProjectsNumber(long) - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
setProperties(Map<String, String>) - Method in class org.squashtest.tm.domain.project.LibraryPluginBinding
 
setProperty(String, String) - Method in class org.squashtest.tm.domain.project.LibraryPluginBinding
 
setQualifiedName(String) - Method in class org.squashtest.tm.domain.users.UsersGroup
 
setReady(int) - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
setReference(String) - Method in class org.squashtest.tm.domain.execution.Execution
 
setReference(String) - Method in class org.squashtest.tm.domain.requirement.ExportRequirementData
 
setReference(String) - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
setReference(String) - Method in class org.squashtest.tm.domain.requirement.Requirement
Set the requirement reference
setReference(String) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
Set the requirement reference
setReference(String) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
setReference(String) - Method in class org.squashtest.tm.domain.testcase.TestCase
Set the test-case reference
setReferencedDataset(Dataset) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
setReferencedTestCase(TestCase) - Method in class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
 
setReferencedTestCase(TestCase) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
setRemoteIssueId(String) - Method in class org.squashtest.tm.domain.bugtracker.Issue
 
setRenderingLocations(Set<RenderingLocation>) - Method in class org.squashtest.tm.domain.customfield.CustomFieldBinding
 
setRenderingLocations(Set<RenderingLocation>) - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
setRequirementIndexDate(Date) - Method in class org.squashtest.tm.domain.library.IndexModel
 
setRequirementIndexingDate(Date) - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
setRequirementIndexVersion(String) - Method in class org.squashtest.tm.domain.library.IndexModel
 
setRequirementLibrary(RequirementLibrary) - Method in class org.squashtest.tm.domain.project.GenericProject
 
setRequirementsNumber(long) - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
setRequirementVersionCoverages(Set<RequirementVersionCoverage>) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
setResultSummary(String) - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
setResultURL(URL) - Method in class org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender
 
setRunning(int) - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
setScheduledEndDate(Date) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
setScheduledEndDate(Date) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
setScheduledEndDate(Date) - Method in class org.squashtest.tm.domain.campaign.ScheduledTimePeriod
 
setScheduledStartDate(Date) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
setScheduledStartDate(Date) - Method in class org.squashtest.tm.domain.campaign.Iteration
 
setScheduledStartDate(Date) - Method in class org.squashtest.tm.domain.campaign.ScheduledTimePeriod
 
setSeparator(char) - Method in interface org.squashtest.tm.domain.campaign.CampaignExportCSVModel
 
setSeparator(char) - Method in interface org.squashtest.tm.domain.search.SearchExportCSVModel
 
setShortName(String) - Method in class org.squashtest.tm.domain.attachment.Attachment
When dealing with names this is the one you want most of the time
setSize(Long) - Method in class org.squashtest.tm.domain.attachment.Attachment
 
setSource(RequirementVersion) - Method in interface org.squashtest.tm.domain.event.RequirementPropertyChangeEventBuilder
 
setStartDate(Date) - Method in class org.squashtest.tm.domain.search.AdvancedSearchTimeIntervalFieldModel
 
setStatus(TestCaseStatus) - Method in class org.squashtest.tm.domain.execution.Execution
 
setStatus(RequirementStatus) - Method in class org.squashtest.tm.domain.requirement.ExportRequirementData
 
setStatus(RequirementStatus) - Method in class org.squashtest.tm.domain.requirement.Requirement
 
setStatus(RequirementStatus) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
Sets this object's status, following status transition rules.
setStatus(TestCaseStatus) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
setStatus(TestCaseStatus) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
setSteps(List<ExportTestStepData>) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
setSuccess(int) - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
setTcdescription(String) - Method in class org.squashtest.tm.domain.execution.Execution
 
setTemplate(boolean) - Method in class org.squashtest.tm.domain.project.AdministrableProject
 
setTestAutomationEnabled(boolean) - Method in class org.squashtest.tm.domain.project.GenericProject
 
setTestCase(TestCase) - Method in class org.squashtest.tm.domain.testcase.Dataset
 
setTestCase(ExportTestCaseData) - Method in class org.squashtest.tm.domain.testcase.ExportTestStepData
 
setTestCase(TestCase) - Method in class org.squashtest.tm.domain.testcase.Parameter
This method set the test case of this parameter with the given test case and add this to the given test case's parameters list.
setTestCase(TestCase) - Method in class org.squashtest.tm.domain.testcase.TestStep
 
setTestCaseIndexDate(Date) - Method in class org.squashtest.tm.domain.library.IndexModel
 
setTestcaseIndexingDate(Date) - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
setTestcaseIndexVersion(String) - Method in class org.squashtest.tm.domain.library.IndexModel
 
setTestCaseLibrary(TestCaseLibrary) - Method in class org.squashtest.tm.domain.project.GenericProject
 
setTestCasesNumber(long) - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
setTestPlan(List<IterationTestPlanItem>) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
setTestSuites(List<TestSuite>) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
setType(String) - Method in class org.squashtest.tm.domain.attachment.Attachment
 
setType(TestCaseType) - Method in class org.squashtest.tm.domain.execution.Execution
 
setType(String) - Method in class org.squashtest.tm.domain.search.AdvancedSearchSingleFieldModel
 
setType(String) - Method in class org.squashtest.tm.domain.search.AdvancedSearchTextFieldModel
 
setType(String) - Method in class org.squashtest.tm.domain.search.AdvancedSearchTimeIntervalFieldModel
 
setType(TestCaseType) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
setType(TestCaseType) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
setUntestable(int) - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
setUser(User) - Method in class org.squashtest.tm.domain.campaign.CampaignTestPlanItem
 
setUser(User) - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
 
setUser(User) - Method in class org.squashtest.tm.domain.users.UserProjectPermissionsBean
 
setUserLogin(String) - Method in class org.squashtest.tm.domain.projectfilter.ProjectFilter
 
setUsersNumber(long) - Method in class org.squashtest.tm.domain.AdministrationStatistics
 
setValue(String) - Method in class org.squashtest.tm.domain.customfield.CustomFieldValue
 
setValue(String) - Method in class org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue
 
setValue(String) - Method in class org.squashtest.tm.domain.search.AdvancedSearchSingleFieldModel
 
setValue(String) - Method in class org.squashtest.tm.domain.search.AdvancedSearchTextFieldModel
 
setValues(List<String>) - Method in class org.squashtest.tm.domain.search.AdvancedSearchListFieldModel
 
setVerifiedRequirementVersion(RequirementVersion) - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
setVerifyingTestCase(TestCase) - Method in class org.squashtest.tm.domain.testcase.RequirementVersionCoverage
 
setVersionNumber(int) - Method in class org.squashtest.tm.domain.requirement.RequirementVersion
 
setWarning(int) - Method in class org.squashtest.tm.domain.execution.ExecutionStatusReport
 
setWeight(TestCaseImportance) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
SheetCorruptedException - Exception in org.squashtest.tm.exception
 
SheetCorruptedException() - Constructor for exception org.squashtest.tm.exception.SheetCorruptedException
 
SheetCorruptedException(String) - Constructor for exception org.squashtest.tm.exception.SheetCorruptedException
 
SheetCorruptedException(Exception) - Constructor for exception org.squashtest.tm.exception.SheetCorruptedException
 
SheetCorruptedException(String, Throwable) - Constructor for exception org.squashtest.tm.exception.SheetCorruptedException
 
SheetCorruptedException(Throwable) - Constructor for exception org.squashtest.tm.exception.SheetCorruptedException
 
SimpleResource - Class in org.squashtest.tm.domain.resource
A simple resource, with no extra attributes.
SimpleResource() - Constructor for class org.squashtest.tm.domain.resource.SimpleResource
 
SINGLE - Static variable in interface org.squashtest.tm.domain.search.AdvancedSearchFieldModel
 
SingleSelectField - Class in org.squashtest.tm.domain.customfield
A CustomField which stores a single option selected from a list.
SingleSelectField() - Constructor for class org.squashtest.tm.domain.customfield.SingleSelectField
Created a SingleSelectField with a
size() - Method in class org.squashtest.tm.domain.attachment.AttachmentList
 
size() - Method in class org.squashtest.tm.domain.bugtracker.IssueList
 
Slf4jAuditLogger - Class in org.squashtest.tm.security.acls
 
Slf4jAuditLogger() - Constructor for class org.squashtest.tm.security.acls.Slf4jAuditLogger
 
sortData(List<LibraryTree<T>.TreeNodePair>) - Method in class org.squashtest.tm.domain.library.structures.LibraryTree
This method accepts a list of TreeNodePair and returns the sorted version of that list.
sqlTypes() - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
 
StandardWorkloadCalendar - Class in org.squashtest.tm.domain.planning
 
StandardWorkloadCalendar() - Constructor for class org.squashtest.tm.domain.planning.StandardWorkloadCalendar
 
StepDoesNotBelongToTestCaseException - Exception in org.squashtest.tm.exception.testcase
 
StepDoesNotBelongToTestCaseException(long, long) - Constructor for exception org.squashtest.tm.exception.testcase.StepDoesNotBelongToTestCaseException
 
stringComparator() - Static method in enum org.squashtest.tm.domain.requirement.RequirementCriticality
 
stringComparator() - Static method in enum org.squashtest.tm.domain.requirement.RequirementStatus
 
StringPathMap<T> - Class in org.squashtest.tm.domain.library.structures
 
StringPathMap() - Constructor for class org.squashtest.tm.domain.library.structures.StringPathMap
 
supports(Class<?>) - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto.NewRequirementVersionDaoValidator
 

T

tableName(String) - Method in class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 
Team - Class in org.squashtest.tm.domain.users
 
Team() - Constructor for class org.squashtest.tm.domain.users.Team
 
TestAutomationProject - Class in org.squashtest.tm.domain.testautomation
Like every entities in the package org.squashtest.tm.domain.testautomation, these are immutable : modifying servers, projects etc could break existing data.
TestAutomationProject() - Constructor for class org.squashtest.tm.domain.testautomation.TestAutomationProject
 
TestAutomationProject(String, TestAutomationServer) - Constructor for class org.squashtest.tm.domain.testautomation.TestAutomationProject
 
TestAutomationServer - Class in org.squashtest.tm.domain.testautomation
An AutomatedTestServer represents both a repository of automated tests, and an automated test execution platform.
TestAutomationServer() - Constructor for class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
TestAutomationServer(URL) - Constructor for class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
TestAutomationServer(URL, String) - Constructor for class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
TestAutomationServer(URL, String, String) - Constructor for class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
TestAutomationServer(URL, String, String, String) - Constructor for class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
TestCase - Class in org.squashtest.tm.domain.testcase
 
TestCase(Date, String) - Constructor for class org.squashtest.tm.domain.testcase.TestCase
 
TestCase() - Constructor for class org.squashtest.tm.domain.testcase.TestCase
 
TestCaseAlreadyInTestPlanException - Exception in org.squashtest.tm.exception.campaign
Indicates an attempt to put a test case in a test plan which already contains it.
TestCaseAlreadyInTestPlanException(TestCase, Campaign) - Constructor for exception org.squashtest.tm.exception.campaign.TestCaseAlreadyInTestPlanException
 
TestCaseAttachmentBridge - Class in org.squashtest.tm.domain.testcase
 
TestCaseAttachmentBridge() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseAttachmentBridge
 
TestCaseCallStepBridge - Class in org.squashtest.tm.domain.testcase
 
TestCaseCallStepBridge() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseCallStepBridge
 
TestCaseExecutionBridge - Class in org.squashtest.tm.domain.testcase
 
TestCaseExecutionBridge() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseExecutionBridge
 
TestCaseExecutionMode - Enum in org.squashtest.tm.domain.testcase
 
TestCaseFolder - Class in org.squashtest.tm.domain.testcase
 
TestCaseFolder() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseFolder
 
TestCaseImportance - Enum in org.squashtest.tm.domain.testcase
 
TestCaseImportanceBridge - Class in org.squashtest.tm.domain.testcase
 
TestCaseImportanceBridge() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseImportanceBridge
 
TestCaseIssueBridge - Class in org.squashtest.tm.domain.testcase
 
TestCaseIssueBridge() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseIssueBridge
 
TestCaseIterationBridge - Class in org.squashtest.tm.domain.testcase
 
TestCaseIterationBridge() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseIterationBridge
 
TestCaseLibrary - Class in org.squashtest.tm.domain.testcase
 
TestCaseLibrary() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseLibrary
 
TestCaseLibraryNode - Class in org.squashtest.tm.domain.testcase
An organizational element ot the TestCaseLibrary
TestCaseLibraryNode() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseLibraryNode
 
TestCaseLibraryNodeVisitor - Interface in org.squashtest.tm.domain.testcase
 
TestCaseLibraryPluginBinding - Class in org.squashtest.tm.domain.testcase
 
TestCaseLibraryPluginBinding() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseLibraryPluginBinding
 
TestCaseLibraryPluginBinding(String) - Constructor for class org.squashtest.tm.domain.testcase.TestCaseLibraryPluginBinding
 
TestCaseNature - Enum in org.squashtest.tm.domain.testcase
 
TestCaseSearchCriteria - Interface in org.squashtest.tm.domain.testcase
Implementing classes will carry the criteria used in the test case search functionalities.
TestCaseStatus - Enum in org.squashtest.tm.domain.testcase
 
TestCaseStatusBridge - Class in org.squashtest.tm.domain.testcase
 
TestCaseStatusBridge() - Constructor for class org.squashtest.tm.domain.testcase.TestCaseStatusBridge
 
TestCaseType - Enum in org.squashtest.tm.domain.testcase
 
testPlanContains(TestCase) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
TestPlanItemNotExecutableException - Exception in org.squashtest.tm.exception.execution
 
TestPlanItemNotExecutableException(Exception) - Constructor for exception org.squashtest.tm.exception.execution.TestPlanItemNotExecutableException
 
TestPlanItemNotExecutableException(String) - Constructor for exception org.squashtest.tm.exception.execution.TestPlanItemNotExecutableException
 
TestPlanItemNotExecutableException() - Constructor for exception org.squashtest.tm.exception.execution.TestPlanItemNotExecutableException
 
TestPlanStatistics - Class in org.squashtest.tm.domain.campaign
Dto for Test-plan statistics
Properties : int nbTestCases int progression (number between 0 and 100) int nbSuccess = SUCCESS + WARNING int nbFailure int nbUntestable int nbBlocked = BLOCKED + ERROR int nbReady int nbRunning TestPlanStatus status int nbDone
TestPlanStatistics() - Constructor for class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
TestPlanStatistics(Map<String, Integer>) - Constructor for class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
TestPlanStatus - Enum in org.squashtest.tm.domain.campaign
 
TestPlanTerminatedOrNoStepsException - Exception in org.squashtest.tm.exception.execution
 
TestPlanTerminatedOrNoStepsException() - Constructor for exception org.squashtest.tm.exception.execution.TestPlanTerminatedOrNoStepsException
 
TestStep - Class in org.squashtest.tm.domain.testcase
 
TestStep() - Constructor for class org.squashtest.tm.domain.testcase.TestStep
 
TestStepPersister - Class in org.squashtest.tm.infrastructure.hibernate
 
TestStepPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.squashtest.tm.infrastructure.hibernate.TestStepPersister
 
TestStepReader - Interface in org.squashtest.tm.domain.testcase
 
TestStepVisitor - Interface in org.squashtest.tm.domain.testcase
 
TestSuite - Class in org.squashtest.tm.domain.campaign
 
TestSuite() - Constructor for class org.squashtest.tm.domain.campaign.TestSuite
 
TEXT - Static variable in interface org.squashtest.tm.domain.search.AdvancedSearchFieldModel
 
TIME_INTERVAL - Static variable in interface org.squashtest.tm.domain.search.AdvancedSearchFieldModel
 
toCanonicalStatusList(List<ExecutionStatus>) - Static method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
tokenizePath(String) - Static method in class org.squashtest.tm.domain.library.structures.StringPathMap
Given a path begining with a '/', will return all the names composing the path.
toRequirementVersion() - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto
 
toString() - Method in class org.squashtest.tm.domain.bugtracker.IssueOwnership
 
toString() - Method in interface org.squashtest.tm.domain.campaign.CampaignExportCSVModel.Row
return a separator-separated list of cell values
toString(LibraryNode) - Static method in class org.squashtest.tm.domain.library.LibraryNodeUtils
 
toString(GenericProject) - Static method in class org.squashtest.tm.domain.project.ProjectUtils
 
toString() - Method in interface org.squashtest.tm.domain.search.SearchExportCSVModel.Row
return a separator-separated list of cell values
toString() - Method in class org.squashtest.tm.domain.testautomation.TestAutomationServer
 
TOTAL_NUMBER_OF_TEST_CASE_KEY - Static variable in class org.squashtest.tm.domain.campaign.TestPlanStatistics
 
toXMLString(Object) - Method in class org.squashtest.tm.infrastructure.hibernate.BlobUserType
Deprecated.
TreeNode<T extends TreeNode<T>> - Class in org.squashtest.tm.domain.library.structures
Please read also LibraryTree.
TreeNode() - Constructor for class org.squashtest.tm.domain.library.structures.TreeNode
 
TreeNode(Long) - Constructor for class org.squashtest.tm.domain.library.structures.TreeNode
 
TreeNode - Interface in org.squashtest.tm.domain.library
Holds TreeNode methods.
trivialDeductions(ExecutionStatus, ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
trivialNeedComputation(ExecutionStatus, ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 

U

UnallowedTestAssociationException - Exception in org.squashtest.tm.exception
Thrown when one tries to bind a AutomatedTest to a TestCase, while the test automation feature is disabled for the project hosting it.
UnallowedTestAssociationException() - Constructor for exception org.squashtest.tm.exception.UnallowedTestAssociationException
 
UnauthorizedPasswordChange - Exception in org.squashtest.tm.domain
 
UnauthorizedPasswordChange() - Constructor for exception org.squashtest.tm.domain.UnauthorizedPasswordChange
 
UnauthorizedPasswordChange(String) - Constructor for exception org.squashtest.tm.domain.UnauthorizedPasswordChange
 
unbindTestAutomationProject(TestAutomationProject) - Method in class org.squashtest.tm.domain.project.GenericProject
 
unbindTestAutomationProject(long) - Method in class org.squashtest.tm.domain.project.GenericProject
 
unBindTestPlan(List<IterationTestPlanItem>) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
unBindTestPlan(IterationTestPlanItem) - Method in class org.squashtest.tm.domain.campaign.TestSuite
 
UniqueItems - Annotation Type in org.squashtest.tm.validation.constraint
Add this constraint to a List field or a List returning method.
UniqueListItemsValidator - Class in org.squashtest.tm.validation.validator
 
UniqueListItemsValidator() - Constructor for class org.squashtest.tm.validation.validator.UniqueListItemsValidator
 
UnknownEntityException - Exception in org.squashtest.tm.exception
 
UnknownEntityException(long, Class<?>) - Constructor for exception org.squashtest.tm.exception.UnknownEntityException
 
updateActualEnd(Date) - Method in class org.squashtest.tm.domain.campaign.Campaign
 
updateActualStart(Date) - Method in class org.squashtest.tm.domain.campaign.Campaign
If the iteration have autodates set, they will be updated accordingly.
updateAutoDates(Date) - Method in class org.squashtest.tm.domain.campaign.Iteration
If the iteration have autodates set, they will be updated accordingly.
updateAutoDatesAfterExecutionDetach(IterationTestPlanItem) - Method in class org.squashtest.tm.domain.campaign.Iteration
will update acual end and start dates if are auto and if they were driven by the execution last-executed on
updateExecutionStatus() - Method in class org.squashtest.tm.domain.campaign.IterationTestPlanItem
the IterationTestPlanItem will fetch the ExecutionStatus of the last "live" Execution in his execution list
updateWith(NodeData<KEY_TYPE>) - Method in class org.squashtest.tm.domain.library.structures.NodeData
 
updateWith(T) - Method in class org.squashtest.tm.domain.library.structures.TreeNode
strongly recommended to override/specialize that method when you subtype that class.
UppercaseUnderscoreNamingStrategy - Class in org.squashtest.tm.infrastructure.hibernate
NamingStrategy which maps a CamelCase entity name to an UPPERCASE_WITH_UNDERSCORES table name.
UppercaseUnderscoreNamingStrategy() - Constructor for class org.squashtest.tm.infrastructure.hibernate.UppercaseUnderscoreNamingStrategy
 
USAGE_PATTERN - Static variable in class org.squashtest.tm.domain.testcase.Parameter
 
USAGE_PREFIX - Static variable in class org.squashtest.tm.domain.testcase.Parameter
 
USAGE_SUFFIX - Static variable in class org.squashtest.tm.domain.testcase.Parameter
 
User - Class in org.squashtest.tm.domain.users
 
User() - Constructor for class org.squashtest.tm.domain.users.User
 
UserContextHolder - Class in org.squashtest.tm.security
 
UserProjectPermissionsBean - Class in org.squashtest.tm.domain.users
This class represents a user and an aggregation of permissions (read, write and so on) which can be given to this user and which have a scope of object identities.
UserProjectPermissionsBean(User, PermissionGroup) - Constructor for class org.squashtest.tm.domain.users.UserProjectPermissionsBean
 
UsersGroup - Class in org.squashtest.tm.domain.users
 
UsersGroup() - Constructor for class org.squashtest.tm.domain.users.UsersGroup
 
UsersGroup(String) - Constructor for class org.squashtest.tm.domain.users.UsersGroup
 
usesImportanceFilter() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
Tells whether a criterion regarding importance had been set in the query or not
usesNameFilter() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
 
usesNatureFilter() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
Tells whether a criterion regarding nature had been set in the query or not
usesStatusFilter() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
Tells whether a criterion regarding status had been set in the query or not
usesTypeFilter() - Method in interface org.squashtest.tm.domain.testcase.TestCaseSearchCriteria
Tells whether a criterion regarding type had been set in the query or not

V

validate(Object, Errors) - Method in class org.squashtest.tm.domain.requirement.NewRequirementVersionDto.NewRequirementVersionDaoValidator
 
ValidatorFactoryBean - Class in org.squashtest.tm.validation
Validation framework does not properly bootstrap in OSGi + DM environment, so we need to use this factory of ValidatorProvider.
valueOf(String) - Static method in enum org.squashtest.tm.domain.bugtracker.BugTrackerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.campaign.TestPlanStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.customfield.BindableEntity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.customfield.InputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.customfield.RenderingLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.execution.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.library.WhichNodeVisitor.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.requirement.RequirementCategory
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.squashtest.tm.domain.requirement.RequirementCategory
 
valueOf(String) - Static method in enum org.squashtest.tm.domain.requirement.RequirementCriticality
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.squashtest.tm.domain.requirement.RequirementCriticality
 
valueOf(String) - Static method in enum org.squashtest.tm.domain.requirement.RequirementStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.requirement.VerificationCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.testcase.TestCaseExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.testcase.TestCaseImportance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.testcase.TestCaseNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.testcase.TestCaseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.squashtest.tm.domain.testcase.TestCaseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.squashtest.tm.domain.bugtracker.BugTrackerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.campaign.TestPlanStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.customfield.BindableEntity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.customfield.InputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.customfield.RenderingLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.execution.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.library.WhichNodeVisitor.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.requirement.RequirementCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.requirement.RequirementCriticality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.requirement.RequirementStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.requirement.VerificationCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.testcase.TestCaseExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.testcase.TestCaseImportance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.testcase.TestCaseNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.testcase.TestCaseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.squashtest.tm.domain.testcase.TestCaseType
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationCriterion - Enum in org.squashtest.tm.domain.requirement
 
VerifiedRequirementException - Exception in org.squashtest.tm.exception.requirement
Exception thrown while doing a verified requirement related operation
VerifiedRequirementException() - Constructor for exception org.squashtest.tm.exception.requirement.VerifiedRequirementException
 
verifies(RequirementVersion) - Method in class org.squashtest.tm.domain.testcase.TestCase
 
visit(CampaignFolder) - Method in interface org.squashtest.tm.domain.campaign.CampaignLibraryNodeVisitor
 
visit(Campaign) - Method in interface org.squashtest.tm.domain.campaign.CampaignLibraryNodeVisitor
 
visit(SingleSelectField) - Method in interface org.squashtest.tm.domain.customfield.CustomFieldVisitor
 
visit(CustomField) - Method in interface org.squashtest.tm.domain.customfield.CustomFieldVisitor
 
visit(DenormalizedSingleSelectField) - Method in interface org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldVisitor
 
visit(DenormalizedFieldValue) - Method in interface org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldVisitor
 
visit(RequirementCreation) - Method in interface org.squashtest.tm.domain.event.RequirementAuditEventVisitor
 
visit(RequirementPropertyChange) - Method in interface org.squashtest.tm.domain.event.RequirementAuditEventVisitor
 
visit(RequirementLargePropertyChange) - Method in interface org.squashtest.tm.domain.event.RequirementAuditEventVisitor
 
visit(ActionTestStep) - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
visit(CallTestStep) - Method in class org.squashtest.tm.domain.execution.ExecutionStep
 
visit(CampaignLibrary) - Method in interface org.squashtest.tm.domain.library.NodeContainerVisitor
 
visit(RequirementLibrary) - Method in interface org.squashtest.tm.domain.library.NodeContainerVisitor
 
visit(TestCaseLibrary) - Method in interface org.squashtest.tm.domain.library.NodeContainerVisitor
 
visit(CampaignFolder) - Method in interface org.squashtest.tm.domain.library.NodeContainerVisitor
 
visit(RequirementFolder) - Method in interface org.squashtest.tm.domain.library.NodeContainerVisitor
 
visit(TestCaseFolder) - Method in interface org.squashtest.tm.domain.library.NodeContainerVisitor
 
visit(Campaign) - Method in interface org.squashtest.tm.domain.library.NodeContainerVisitor
 
visit(Iteration) - Method in interface org.squashtest.tm.domain.library.NodeContainerVisitor
 
visit(Requirement) - Method in interface org.squashtest.tm.domain.library.NodeContainerVisitor
 
visit(CampaignFolder) - Method in interface org.squashtest.tm.domain.library.NodeVisitor
 
visit(RequirementFolder) - Method in interface org.squashtest.tm.domain.library.NodeVisitor
 
visit(TestCaseFolder) - Method in interface org.squashtest.tm.domain.library.NodeVisitor
 
visit(Campaign) - Method in interface org.squashtest.tm.domain.library.NodeVisitor
 
visit(Iteration) - Method in interface org.squashtest.tm.domain.library.NodeVisitor
 
visit(TestSuite) - Method in interface org.squashtest.tm.domain.library.NodeVisitor
 
visit(Requirement) - Method in interface org.squashtest.tm.domain.library.NodeVisitor
 
visit(TestCase) - Method in interface org.squashtest.tm.domain.library.NodeVisitor
 
visit(CampaignLibrary) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(RequirementLibrary) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(TestCaseLibrary) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(CampaignFolder) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(RequirementFolder) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(TestCaseFolder) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(Campaign) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(Iteration) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(Requirement) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(TestSuite) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(TestCase) - Method in class org.squashtest.tm.domain.library.WhichNodeVisitor
 
visit(Project) - Method in interface org.squashtest.tm.domain.project.ProjectVisitor
 
visit(ProjectTemplate) - Method in interface org.squashtest.tm.domain.project.ProjectVisitor
 
visit(RequirementFolder) - Method in interface org.squashtest.tm.domain.requirement.RequirementLibraryNodeVisitor
 
visit(Requirement) - Method in interface org.squashtest.tm.domain.requirement.RequirementLibraryNodeVisitor
 
visit(ActionTestStep) - Method in class org.squashtest.tm.domain.testcase.ActionStepCollector
 
visit(CallTestStep) - Method in class org.squashtest.tm.domain.testcase.ActionStepCollector
 
visit(ActionTestStep) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
visit(CallTestStep) - Method in class org.squashtest.tm.domain.testcase.ExportTestCaseData
 
visit(ActionTestStep) - Method in class org.squashtest.tm.domain.testcase.ParameterNameInStepUpdater
 
visit(CallTestStep) - Method in class org.squashtest.tm.domain.testcase.ParameterNameInStepUpdater
 
visit(TestCase) - Method in interface org.squashtest.tm.domain.testcase.TestCaseLibraryNodeVisitor
 
visit(TestCaseFolder) - Method in interface org.squashtest.tm.domain.testcase.TestCaseLibraryNodeVisitor
 
visit(ActionTestStep) - Method in interface org.squashtest.tm.domain.testcase.TestStepReader
 
visit(CallTestStep) - Method in interface org.squashtest.tm.domain.testcase.TestStepReader
 
visit(ActionTestStep) - Method in interface org.squashtest.tm.domain.testcase.TestStepVisitor
 
visit(CallTestStep) - Method in interface org.squashtest.tm.domain.testcase.TestStepVisitor
 
visit(User) - Method in class org.squashtest.tm.domain.users.ActivePartyDetector
 
visit(Team) - Method in class org.squashtest.tm.domain.users.ActivePartyDetector
 
visit(User) - Method in interface org.squashtest.tm.domain.users.PartyVisitor
 
visit(Team) - Method in interface org.squashtest.tm.domain.users.PartyVisitor
 

W

WhichNodeVisitor - Class in org.squashtest.tm.domain.library
Look, enough of that visitor logic b*******
WhichNodeVisitor() - Constructor for class org.squashtest.tm.domain.library.WhichNodeVisitor
 
WhichNodeVisitor.NodeType - Enum in org.squashtest.tm.domain.library
 
wontUnlockBloquedExecution(ExecutionStatus, ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
WorkloadCalendar - Interface in org.squashtest.tm.domain.planning
This interface handles questions related to workload.
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.requirement.RequirementVersionAttachmentBridge
 
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.requirement.RequirementVersionCurrentVersionBridge
 
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.requirement.RequirementVersionParentBridge
 
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.requirement.RequirementVersionTestcaseBridge
 
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.search.CUFBridge
 
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.search.SessionFieldBridge
 
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.testcase.TestCaseAttachmentBridge
 
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.testcase.TestCaseCallStepBridge
 
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.testcase.TestCaseExecutionBridge
 
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.testcase.TestCaseIssueBridge
 
writeFieldToDocument(String, Session, Object, Document, LuceneOptions) - Method in class org.squashtest.tm.domain.testcase.TestCaseIterationBridge
 
WrongPasswordException - Exception in org.squashtest.tm.exception
 
WrongPasswordException() - Constructor for exception org.squashtest.tm.exception.WrongPasswordException
 
WrongPasswordException(String) - Constructor for exception org.squashtest.tm.exception.WrongPasswordException
 
WrongStringSizeException - Exception in org.squashtest.tm.exception
should not be needed anymore when [Task 1682] is done
WrongStringSizeException(String, int, int) - Constructor for exception org.squashtest.tm.exception.WrongStringSizeException
 

Z

ZipCorruptedException - Exception in org.squashtest.tm.exception
thrown when a zip archive cannot be read (or maybe the file is no zip archive)
ZipCorruptedException(Throwable) - Constructor for exception org.squashtest.tm.exception.ZipCorruptedException
 

_

_deduceNewStatus(ExecutionStatus, ExecutionStatus) - Method in enum org.squashtest.tm.domain.execution.ExecutionStatus
 
A B C D E F G H I J L M N O P R S T U V W Z _ 

Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.