public interface

ServiceDeskPropertySetDao

com.atlassian.jira.upgrade.tasks.role.ServiceDeskPropertySetDao
Known Indirect Subclasses

Class Overview

Allows to set com.opensymphony.module.propertyset.PropertySet for Service Desk namespace.

Summary

Public Methods
void writeStringProperty(String key, String value)
Writes string property.

Public Methods

public void writeStringProperty (String key, String value)

Writes string property.

Parameters
key of the property
value of the property.