Uses of Class
com.atlassian.jira.rest.client.api.domain.ChangelogGroup

Packages that use ChangelogGroup
com.atlassian.jira.rest.client.api.domain   
 

Uses of ChangelogGroup in com.atlassian.jira.rest.client.api.domain
 

Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type ChangelogGroup
 Iterable<ChangelogGroup> Issue.getChangelog()
          Returns changelog available for issues retrieved with CHANGELOG expanded.
 

Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type ChangelogGroup
Issue(String summary, URI self, String key, Long id, BasicProject project, BasicIssueType issueType, BasicStatus status, String description, BasicPriority priority, BasicResolution resolution, Collection<Attachment> attachments, User reporter, User assignee, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, org.joda.time.DateTime dueDate, Collection<Version> affectedVersions, Collection<Version> fixVersions, Collection<BasicComponent> components, TimeTracking timeTracking, Collection<IssueField> issueFields, Collection<Comment> comments, URI transitionsUri, Collection<IssueLink> issueLinks, BasicVotes votes, Collection<Worklog> worklogs, BasicWatchers watchers, Iterable<String> expandos, Collection<Subtask> subtasks, Collection<ChangelogGroup> changelog, Set<String> labels)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.