@Immutable public static class

InBuiltServiceTypes.InBuiltServiceType

extends Object
java.lang.Object
   ↳ com.atlassian.jira.service.InBuiltServiceTypes.InBuiltServiceType

Class Overview

Describes an in-built service in JIRA.

Summary

Public Methods
@Nonnull String getI18nKey()
Gets an i18nk key which describes the capabilities of this service.
@Nonnull Class<? extends JiraService> getType()
Gets the Class that implements this service.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public String getI18nKey ()

Gets an i18nk key which describes the capabilities of this service.

Returns
  • An i18nk key which describes the capabilities of this service.

@Nonnull public Class<? extends JiraService> getType ()

Gets the Class that implements this service.

Returns
  • the Class that implements this service.