public interface

ConfigSharedEntityCleaner

com.atlassian.jira.functest.config.sharing.ConfigSharedEntityCleaner
Known Indirect Subclasses

Class Overview

Cleans the sharing data associated with a ConfigSharedEntity.

Summary

Public Methods
boolean clean(ConfigSharedEntity entity)
Remove all the sharing data associated with the passed entity.

Public Methods

public boolean clean (ConfigSharedEntity entity)

Remove all the sharing data associated with the passed entity.

Parameters
entity the shared entity to be cleaned.
Returns
  • true if something changed, false otherwise.