com.atlassian.jira.project
Interface Project

All Known Implementing Classes:
ProjectImpl

public interface Project

Defines a project in JIRA.


Method Summary
 java.lang.Long getAssigneeType()
           
 Avatar getAvatar()
          Gives the currently-configured Avatar for this project.
 java.util.Collection<org.ofbiz.core.entity.GenericValue> getComponents()
          Deprecated. Use getProjectComponents(). Since v4.1.
 java.lang.Long getCounter()
           
 java.lang.String getDescription()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
          Deprecated. only use this if you need to utilize an older API method
 java.lang.Long getId()
           
 java.lang.String getKey()
           
 com.opensymphony.user.User getLead()
           
 java.lang.String getLeadUserName()
           
 java.lang.String getName()
           
 org.ofbiz.core.entity.GenericValue getProjectCategory()
           
 java.util.Collection<ProjectComponent> getProjectComponents()
          Returns the components for this Project.
 java.lang.String getUrl()
           
 java.util.Collection<Version> getVersions()
           
 

Method Detail

getId

java.lang.Long getId()

getName

java.lang.String getName()

getKey

java.lang.String getKey()

getUrl

java.lang.String getUrl()

getLead

com.opensymphony.user.User getLead()

getLeadUserName

java.lang.String getLeadUserName()

getDescription

java.lang.String getDescription()

getAssigneeType

java.lang.Long getAssigneeType()

getCounter

java.lang.Long getCounter()

getComponents

java.util.Collection<org.ofbiz.core.entity.GenericValue> getComponents()
Deprecated. Use getProjectComponents(). Since v4.1.

Returns the components for this Project.

Returns:
the components for this Project.
See Also:
getProjectComponents()

getProjectComponents

java.util.Collection<ProjectComponent> getProjectComponents()
Returns the components for this Project.

Returns:
the components for this Project.

getVersions

java.util.Collection<Version> 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

getAvatar

@NotNull
Avatar getAvatar()
Gives the currently-configured Avatar for this project.

Returns:
the current Avatar, never null.


Copyright © 2002-2011 Atlassian. All Rights Reserved.