Uses of Class
com.polarion.alm.ws.client.types.tracker.Module
Packages that use Module
Package
Description
-
Uses of Module in com.polarion.alm.ws.client.tracker
Methods in com.polarion.alm.ws.client.tracker that return ModuleModifier and TypeMethodDescriptionTrackerWebService.getModuleByLocation(String projectId, String location) Retrieves the Module/Document on the given location.TrackerWebService.getModuleByLocationWithFields(String projectId, String location, String[] fields) Retrieves the Module/Document on the given location with the given fields set.TrackerWebService.getModuleByUri(String uri) Gets Module/Document with all fields filled.TrackerWebService.getModuleByUriWithFields(String uri, String[] fields) Gets a Module/Document with given fields filled in.Module[]TrackerWebService.getModules(String projectId, String location) Returns the Modules/Documents residing on the given location relative to the "modules" folder of the given project.Module[]TrackerWebService.getModulesWithFields(String projectId, String location, String[] fields) Returns the Modules/Documents residing on the given location relative to the "modules" folder of the given project.Module[]TrackerWebService.queryModules(String query, String sort, String[] fields, int resultsLimit) Searches for Modules/Documents.Module[]TrackerWebService.queryModulesBySQL(String sqlQuery, String[] fields) Searches for Modules/Documents.Module[]TrackerWebService.queryModulesInBaseline(String query, String sort, String baselineRevision, String[] fields, int resultsLimit) Searches for the Modules/Documents in a given Baseline.Module[]TrackerWebService.queryModulesInBaselineBySQL(String sqlQuery, String baselineRevision, String[] fields) Searches for Modules/Documents in a given Baseline.Methods in com.polarion.alm.ws.client.tracker with parameters of type ModuleModifier and TypeMethodDescriptionvoidTrackerWebService.updateModule(Module module) Updates a Module/Document. -
Uses of Module in com.polarion.alm.ws.client.types.testmanagement
Methods in com.polarion.alm.ws.client.types.testmanagement that return ModuleModifier and TypeMethodDescriptionTestRun.getDocument()Gets the document value for this TestRun.Methods in com.polarion.alm.ws.client.types.testmanagement with parameters of type ModuleModifier and TypeMethodDescriptionvoidTestRun.setDocument(Module document) Sets the document value for this TestRun.Constructors in com.polarion.alm.ws.client.types.testmanagement with parameters of type ModuleModifierConstructorDescriptionTestRun(TestRunAttachment[] attachments, String authorURI, TestRunComment[] comments, Calendar created, Module document, Calendar finishedOn, String groupId, Text homePageContent, String id, String idPrefix, Boolean isTemplate, Boolean keepInHistory, String location, String projectURI, String[] projectSpanURIs, String query, TestRecord[] records, EnumOptionId selectTestCasesBy, EnumOptionId status, String summaryDefectURI, String templateURI, ParametersAndDefinitions testParameters, String title, EnumOptionId type, Calendar updated, Boolean useReportFromTemplate, Custom[] customFields, String uri, boolean unresolvable) -
Uses of Module in com.polarion.alm.ws.client.types.tracker
Methods in com.polarion.alm.ws.client.types.tracker that return ModuleModifier and TypeMethodDescriptionModule.getBranchedFrom()Gets the branchedFrom value for this Module.Methods in com.polarion.alm.ws.client.types.tracker with parameters of type ModuleModifier and TypeMethodDescriptionvoidModule.setBranchedFrom(Module branchedFrom) Sets the branchedFrom value for this Module.Constructors in com.polarion.alm.ws.client.types.tracker with parameters of type ModuleModifierConstructorDescriptionModule(EnumOptionId[] allowedWITypes, Boolean areLinksFromParentToChild, User author, Boolean autoSuspect, Module branchedFrom, String[] branchedWithInitializedFields, String branchedWithQuery, ModuleComment[] comments, Calendar created, String[] derivedFields, String derivedFromURI, EnumOptionId derivedFromLinkRole, String headingSidebarFields, Text homePageContent, String id, LinkedOslcResource[] linkedOslcResources, String location, String moduleAbsoluteLocation, String moduleFolder, String moduleLocation, String moduleName, Project project, EnumOptionId status, EnumOptionId structureLinkRole, String title, EnumOptionId type, Calendar updated, User updatedBy, Boolean usesOutlineNumbering, String variantURI, Custom[] customFields, String uri, boolean unresolvable)