@Internal public interface

ProjectKeyStore

com.atlassian.jira.project.util.ProjectKeyStore
Known Indirect Subclasses

@Internal

This interface is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Summary

Public Methods
void addProjectKey(Long projectId, String projectKey)
void deleteProjectKeys(Long projectId)
@Nonnull Map<StringLong> getAllProjectKeys()
@Nullable Long getProjectId(String key)
@Nullable Long getProjectIdByKeyIgnoreCase(String projectKey)
@Nonnull Set<String> getProjectKeys(Long projectId)
@Internal void refresh()

Public Methods

public void addProjectKey (Long projectId, String projectKey)

public void deleteProjectKeys (Long projectId)

@Nonnull public Map<StringLong> getAllProjectKeys ()

@Nullable public Long getProjectId (String key)

@Nullable public Long getProjectIdByKeyIgnoreCase (String projectKey)

@Nonnull public Set<String> getProjectKeys (Long projectId)

@Internal public void refresh ()

@Internal

This method is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).