Uses of Class
com.polarion.alm.ws.client.types.projects.User
Package
Description
-
Uses of User in com.polarion.alm.ws.client.projects
Modifier and TypeMethodDescriptionProjectWebService.createUser
(String in0) Create a user.User[]
ProjectWebService.getProjectUsers
(String projectID) Gets users of a project.Gets a user.ProjectWebService.getUserByUri
(String userURI) Gets an user.User[]
ProjectWebService.getUsers()
Gets all users. -
Uses of User in com.polarion.alm.ws.client.tracker
Modifier and TypeMethodDescriptionUser[]
TrackerWebService.getAllowedApprovers
(String workitemURI) Gets all allowed approvers.User[]
TrackerWebService.getAllowedAssignees
(String workitemURI) Gets all allowed assignees.Modifier and TypeMethodDescriptionvoid
TrackerWebService.createWorkRecord
(String workitemURI, User user, Date date, String timeSpent) Creates a Work Record.void
TrackerWebService.createWorkRecordWithTypeAndComment
(String workitemURI, User user, Date date, EnumOptionId type, String timeSpent, String comment) Creates a Work Record. -
Uses of User in com.polarion.alm.ws.client.types.builder
Modifier and TypeMethodDescriptionvoid
Sets the author value for this Build.ModifierConstructorDescriptionBuild
(User author, String birLocation, String buildDescriptorName, BuildRequestorSpecificData[] buildRequestorSpecificData, String buildStamp, String buildStatus, String buildTag, BuildTestResults buildTestResults, String calculationDescriptorName, Calendar creationTime, Calendar finishTime, String id, String jobId, BuildLinkedWorkItem[] linkedWorkItems, String localDeploymentSpaceName, String[] logFiles, Calendar startTime, String uri, boolean unresolvable) -
Uses of User in com.polarion.alm.ws.client.types.projects
Modifier and TypeMethodDescriptionvoid
Sets the lead value for this Project. -
Uses of User in com.polarion.alm.ws.client.types.tracker
Modifier and TypeMethodDescriptionUser[]
WorkItem.getAssignee()
Gets the assignee value for this WorkItem.Attachment.getAuthor()
Gets the author value for this Attachment.Baseline.getAuthor()
Gets the author value for this Baseline.Comment.getAuthor()
Gets the author value for this Comment.Module.getAuthor()
Gets the author value for this Module.ModuleComment.getAuthor()
Gets the author value for this ModuleComment.TestRunAttachment.getAuthor()
Gets the author value for this TestRunAttachment.TestRunComment.getAuthor()
Gets the author value for this TestRunComment.WikiPage.getAuthor()
Gets the author value for this WikiPage.WikiPageAttachment.getAuthor()
Gets the author value for this WikiPageAttachment.WorkItem.getAuthor()
Gets the author value for this WorkItem.Module.getUpdatedBy()
Gets the updatedBy value for this Module.WikiPage.getUpdatedBy()
Gets the updatedBy value for this WikiPage.Approval.getUser()
Gets the user value for this Approval.WorkRecord.getUser()
Gets the user value for this WorkRecord.Modifier and TypeMethodDescriptionvoid
WorkItem.setAssignee
(User[] assignee) Sets the assignee value for this WorkItem.void
Sets the author value for this Attachment.void
Sets the author value for this Baseline.void
Sets the author value for this Comment.void
Sets the author value for this Module.void
Sets the author value for this ModuleComment.void
Sets the author value for this TestRunAttachment.void
Sets the author value for this TestRunComment.void
Sets the author value for this WikiPage.void
Sets the author value for this WikiPageAttachment.void
Sets the author value for this WorkItem.void
Module.setUpdatedBy
(User updatedBy) Sets the updatedBy value for this Module.void
WikiPage.setUpdatedBy
(User updatedBy) Sets the updatedBy value for this WikiPage.void
Sets the user value for this Approval.void
Sets the user value for this WorkRecord.ModifierConstructorDescriptionApproval
(String secureApprovalCommentId, EnumOptionId status, User user) Attachment
(User author, String fileName, String id, Long length, String title, Calendar updated, String url, String uri, boolean unresolvable) Baseline
(User author, String baseObjectURI, String baseRevision, String description, String id, String name, Project project, String uri, boolean unresolvable) Comment
(User author, String[] childCommentURIs, Calendar created, String id, String parentCommentURI, Boolean resolved, EnumOptionId[] tags, Text text, String title, String[] visibleTo, String uri, boolean unresolvable) Module
(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) ModuleComment
(User author, String[] childCommentURIs, Calendar created, String id, ImportedComment importedComment, String parentCommentURI, String referredWorkItemURI, Boolean resolved, EnumOptionId[] tags, Text text, String uri, boolean unresolvable) TestRunAttachment
(User author, String fileName, String id, Long length, String testRunURI, String title, Calendar updated, String url, String uri, boolean unresolvable) TestRunComment
(User author, String[] childCommentURIs, Calendar created, String id, String parentCommentURI, Boolean resolved, EnumOptionId[] tags, Text text, String title, String uri, boolean unresolvable) WikiPage
(WikiPageAttachment[] attachments, User author, Calendar created, Text homePageContent, String id, String[] linkedPageURIs, String location, String pageLocation, String pageName, Project project, String spaceId, String title, String type, Calendar updated, User updatedBy, String uri, boolean unresolvable) WikiPageAttachment
(User author, String fileName, String id, Long length, String title, Calendar updated, String url, String uri, boolean unresolvable) WorkItem
(Approval[] approvals, User[] assignee, Attachment[] attachments, User author, Category[] categories, Comment[] comments, Calendar created, Text description, Date dueDate, ExternallyLinkedWorkItem[] externallyLinkedWorkItems, Hyperlink[] hyperlinks, String id, String initialEstimate, LinkedOslcResource[] linkedOslcResources, Revision[] linkedRevisions, Revision[] linkedRevisionsDerived, LinkedWorkItem[] linkedWorkItems, LinkedWorkItem[] linkedWorkItemsDerived, String location, String moduleURI, String outlineNumber, Calendar plannedEnd, String[] plannedInURIs, Calendar plannedStart, PlanningConstraint[] planningConstraints, EnumOptionId previousStatus, PriorityOptionId priority, Project project, String remainingEstimate, EnumOptionId resolution, Calendar resolvedOn, EnumOptionId severity, EnumOptionId status, TimePoint timePoint, String timeSpent, String title, EnumOptionId type, Calendar updated, WorkRecord[] workRecords, Custom[] customFields, String uri, boolean unresolvable) WorkRecord
(String comment, Date date, String id, String timeSpent, EnumOptionId type, User user, String uri, boolean unresolvable)