JIRA::REST::Class |
An OO Class module built atop L<JIRA::REST|JIRA::REST> for dealing with JIRA issues and their data as objects. |
0.12 |
metacpan |
JIRA::REST::Class::Abstract |
An abstract class for L<JIRA::REST::Class|JIRA::REST::Class> that most of the other objects are based on. |
0.12 |
metacpan |
JIRA::REST::Class::Factory |
A factory class for building all the other classes in L<JIRA::REST::Class|JIRA::REST::Class>. |
0.12 |
metacpan |
JIRA::REST::Class::FactoryTypes |
The module that exports the list of object types in the L<JIRA::REST::Class|JIRA::REST::Class> module to L<JIRA::REST::Class::Factory|JIRA::REST::Class::Factory> and the testing code. |
0.12 |
metacpan |
JIRA::REST::Class::Issue |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents an |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Changelog |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents the changelog of a JIRA issue as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Changelog::Change |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents an individual change to a JIRA issue as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Changelog::Change::Item |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents an individual item in an individual change to a JIRA issue as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Comment |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents a comment on a JIRA issue as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::LinkType |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents a JIRA link type as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Status |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents the status of a JIRA issue as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Status::Category |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents the category of an issue's status. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::TimeTracking |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents the time tracking for a JIRA issue as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Transitions |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents the state transitions a JIRA issue can go through. Currently assumes a state diagram consisting of Open/In Progress/Resolved/Reopened/In QA/Verified/Closed. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Transitions::Transition |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents an individual state transition a JIRA issue can go through. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Type |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents a JIRA issue type as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Worklog |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents the worklog of a JIRA issue as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Issue::Worklog::Item |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents an individual worklog item for a JIRA issue as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Iterator |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents a JIRA query as an object. Allows the user to iterate over the results and retrieve them one by one. Wraps L<JIRA::REST|JIRA::REST>'s L<set_search_iterator|JIRA::REST/"set_search_iterator PARAMS"> and L<next_issue|JIRA::REST/next_issue> methods to make them a bit more object-like. |
0.12 |
metacpan |
JIRA::REST::Class::Mixins |
An mixin class for L<JIRA::REST::Class|JIRA::REST::Class> that other objects can inherit methods from. |
0.12 |
metacpan |
JIRA::REST::Class::Project |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents a JIRA project as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Project::Category |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents the category of a JIRA project as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Project::Component |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents a component of a JIRA project as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Project::Version |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents a version of a JIRA project as an object. |
0.12 |
metacpan |
JIRA::REST::Class::Query |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents a JIRA query as an object. Attempts to return an array of all results from the query. |
0.12 |
metacpan |
JIRA::REST::Class::Sprint |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents the sprint of a JIRA issue as an object (if you're using L<Atlassian GreenHopper|https://www.atlassian.com/software/jira/agile>). |
0.12 |
metacpan |
JIRA::REST::Class::User |
A helper class for L<JIRA::REST::Class|JIRA::REST::Class> that represents a JIRA user as an object. |
0.12 |
metacpan |