JGithubMilestonesGitHub API Milestones class for the Joomla Platform.
Located in /libraries/joomla/github/milestones.php (line 19)
JGithubObject | --JGithubMilestones
object
create
(string $user, string $repo, integer $title, [string $state = null], [string $description = null], [string $due_on = null])
object
edit
(string $user, string $repo, integer $milestoneId, [integer $title = null], [string $state = null], [string $description = null], [string $due_on = null])
array
getList
(string $user, string $repo, [string $state = 'open'], [string $sort = 'due_date'], [string $direction = 'desc'], [integer $page = 0], [integer $limit = 0])
Method to create a milestone for a repository.
Method to delete a milestone.
Method to update a milestone.
Method to get a specific milestone.
Method to get the list of milestones for a repo.
Inherited From JGithubObject
JGithubObject::__construct()
JGithubObject::fetchUrl()
JGithubObject::processResponse()
Documentation generated on Tue, 19 Nov 2013 15:08:13 +0100 by phpDocumentor 1.4.3