Uses of Class
com.polarion.alm.ws.client.types.tracker.Comment
Packages that use Comment
-
Uses of Comment in com.polarion.alm.ws.client.types.tracker
Methods in com.polarion.alm.ws.client.types.tracker that return CommentModifier and TypeMethodDescriptionComment[]
WorkItem.getComments()
Gets the comments value for this WorkItem.Methods in com.polarion.alm.ws.client.types.tracker with parameters of type CommentModifier and TypeMethodDescriptionvoid
WorkItem.setComments
(Comment[] comments) Sets the comments value for this WorkItem.Constructors in com.polarion.alm.ws.client.types.tracker with parameters of type CommentModifierConstructorDescriptionWorkItem
(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)