PHP Class JiraRestApi\Project\ProjectService

Inheritance: extends JiraRestApi\JiraClient
显示文件 Open project: lesstif/php-jira-rest-client Class Usage Examples

Public Methods

Method Description
get ( $projectIdOrKey ) : string get Project id By Project Key.
getAllProjects ( ) : array get all project list.
getAssignable ( $projectIdOrKey ) : Reporter[] get assignable Users for a given project.
getStatuses ( $projectIdOrKey )

Method Details

get() public method

get Project id By Project Key.
public get ( $projectIdOrKey ) : string
return string project id

getAllProjects() public method

get all project list.
public getAllProjects ( ) : array
return array of Project class

getAssignable() public method

get assignable Users for a given project.
public getAssignable ( $projectIdOrKey ) : Reporter[]
return JiraRestApi\Issue\Reporter[]

getStatuses() public method

public getStatuses ( $projectIdOrKey )