public interface

ProjectPropertiesManager

com.atlassian.jira.project.ProjectPropertiesManager
Known Indirect Subclasses

Class Overview

Allows to retrieve and store arbitrary properties against a project.

Summary

Public Methods
PropertySet getPropertySet(Project project)
Retrieve all properties associated with the given project.

Public Methods

public PropertySet getPropertySet (Project project)

Retrieve all properties associated with the given project.

The returned PropertySet is mutable and could be used to directly update data in database.

Parameters
project project
Returns
  • the property set associated with the project