public class

DefaultProjectPropertiesManager

extends Object
implements ProjectPropertiesManager
java.lang.Object
   ↳ com.atlassian.jira.project.DefaultProjectPropertiesManager

Class Overview

Default implementation for ProjectPropertiesManager.

Summary

Public Constructors
DefaultProjectPropertiesManager()
Public Methods
PropertySet getPropertySet(Project project)
Retrieve all properties associated with the given project.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.project.ProjectPropertiesManager

Public Constructors

public DefaultProjectPropertiesManager ()

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