Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This document details the methods of the Project interface you can use on a project, such as those returned by the Getters when you access the Project field.

Method

Return type

Returns

getName()

String

Name of the project
getAssigneeType()LongThe default assignee type for issues that get created in this project.
getComponentLead()ApplicationUserThe lead for this project component
getId()LongThe project ID
getLead()String

Userkey of the lead for this project component

getProjectId()LongThe project ID
getDescription()StringThe project description
getEmail()String

The project email address from which email notifications are sent

getIssueTypes()Collection<IssueType>

A Collection of IssueType for this project

getKey()StringThe project key
getLeadUserKey()String

The Project Lead's userkey

getLeadUserName()StringThe Project Lead's username
getProjectCategoryObject()ProjectCategory

The project category information for this project

getProjectComponents()Collection<ProjectComponent>The components for this Project
getProjectLead()ApplicationUserThe project lead
getUrl()StringThe project URL
getVersions()Collection<Version>The versions of the project



  • No labels