The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:JIRA-REST-Class REST"

JIRA::REST::Class - An OO Class module built atop JIRA::REST for dealing with JIRA issues and their data as objects. River stage zero No dependents

An OO Class module built atop JIRA::REST for dealing with JIRA issues and their data as objects. This code is a work in progress, so it's bound to be incomplete. I add methods to it as I discover I need them. I have also coded for fields that might e...

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::User - A helper class for JIRA::REST::Class that represents a JIRA user as an object. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Issue - A helper class for JIRA::REST::Class that represents an River stage zero No dependents

This object represents a JIRA issue as an object. It is overloaded so it returns the "key" of the issue when stringified, and the "id" of the issue when it is used in a numeric context. If two of these objects are compared *as strings*, the "key" of ...

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Query - A helper class for JIRA::REST::Class that represents a JIRA query as an object. Attempts to return an array of all results from the query. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Sprint - A helper class for JIRA::REST::Class that represents the sprint of a JIRA issue as an object (if you're using Atlassian GreenHopper). River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Mixins - An mixin class for JIRA::REST::Class that other objects can inherit methods from. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Factory - A factory class for building all the other classes in JIRA::REST::Class. River stage zero No dependents

This module imports a hash of object type package names from JIRA::REST::Class::FactoryTypes....

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Project - A helper class for JIRA::REST::Class that represents a JIRA project as an object. River stage zero No dependents

This object represents a JIRA project as an object. It is overloaded so it returns the "key" of the project when stringified, and the "id" of the project when it is used in a numeric context. Note, however, that if two of these objects are compared *...

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Abstract - An abstract class for JIRA::REST::Class that most of the other objects are based on. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Iterator - A helper class for "set_search_iterator PARAMS" in 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 JIRA::REST's L<set_search_iterator|JIRA::REST and next_issue in next_issue|JIRA::REST methods to make them a bit more object-like. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::FactoryTypes - The module that exports the list of object types in the JIRA::REST::Class module to JIRA::REST::Class::Factory and the testing code. River stage zero No dependents

The sole purpose of this module is to have a single point of modification for the hash that defines short names for the object types. %TYPES A hash where the keys map to the full names of the classes of objects in the JIRA::REST::Class package....

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Issue::Type - A helper class for JIRA::REST::Class that represents a JIRA issue type as an object. River stage zero No dependents

This object represents a type of JIRA issue as an object. It is overloaded so it returns the "key" of the issue type when stringified, the "id" of the issue type when it is used in a numeric context, and the value of the "subtask" field if is used in...

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Issue::Status - A helper class for JIRA::REST::Class that represents the status of a JIRA issue as an object. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Issue::Worklog - A helper class for JIRA::REST::Class that represents the worklog of a JIRA issue as an object. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Issue::Comment - A helper class for JIRA::REST::Class that represents a comment on a JIRA issue as an object. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Issue::LinkType - A helper class for JIRA::REST::Class that represents a JIRA link type as an object. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Issue::Changelog - A helper class for JIRA::REST::Class that represents the changelog of a JIRA issue as an object. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Project::Version - A helper class for JIRA::REST::Class that represents a version of a JIRA project as an object. River stage zero No dependents

This object represents a version of JIRA project as an object. It is overloaded so it returns the "name" of the project version when stringified, the "id" of the project version when it is used in a numeric context, and the value of the "released" fi...

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Project::Category - A helper class for JIRA::REST::Class that represents the category of a JIRA project as an object. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC

JIRA::REST::Class::Project::Component - A helper class for JIRA::REST::Class that represents a component of a JIRA project as an object. River stage zero No dependents

PACKY/JIRA-REST-Class-0.12 - 08 Oct 2017 00:05:51 UTC
27 results (0.038 seconds)