com.atlassian.jira.project
Interface Project

All Known Implementing Classes:
ProjectImpl

public interface Project

Defines a project in JIRA.


Method Summary
 Long getAssigneeType()
           
 Collection getComponents()
           
 Long getCounter()
           
 String getDescription()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
          Deprecated. only use this if you need to utilize an older API method
 Long getId()
           
 String getKey()
           
 User getLead()
           
 String getName()
           
 org.ofbiz.core.entity.GenericValue getProjectCategory()
           
 String getUrl()
           
 Collection getVersions()
           
 

Method Detail

getId

Long getId()

getName

String getName()

getKey

String getKey()

getUrl

String getUrl()

getLead

User getLead()

getDescription

String getDescription()

getAssigneeType

Long getAssigneeType()

getCounter

Long getCounter()

getComponents

Collection getComponents()

getVersions

Collection getVersions()

getProjectCategory

org.ofbiz.core.entity.GenericValue getProjectCategory()

getGenericValue

org.ofbiz.core.entity.GenericValue getGenericValue()
Deprecated. only use this if you need to utilize an older API method

Returns:
the GenericValue backing this project object


Copyright © 2002-2007 Atlassian. All Rights Reserved.