Package jetbrains.buildServer.serverSide
Interface Describable
-
- All Known Subinterfaces:
BaseAgentType
,BuildExecutorDescriptor
,BuildExecutorType
,CloudClientFactory
,CloudType
- All Known Implementing Classes:
ApprovalBuildFeature
,AutoMergeBuildFeature
,BuildCacheFeature
,BuildExecutorDescriptorImpl
,BuildFailureOnMessageFeature
,BuildFailureOnMetricFeature
,BuildFeature
,DummyCloudClientFactory
,FreeSpaceBuildFeature
,KeepRuleBuildFeature
,MockBuildFeature
,MockRunType
,NotificationsBuildFeature
,PipelineBuildFeature
,PlaceholderRunType
,ReadonlyClientFactory
,RunType
,UnknownRunType
,VcsLabelingBuildFeature
public interface Describable
Represents a kind of plugin that will be described in a user presentable way- Since:
- 2023.03
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
User presentable name of the feature.
-
-
-
Method Detail
-
getDisplayName
@NotNull String getDisplayName()
User presentable name of the feature.- Returns:
- name of the feature to show in the user interface.
-
-