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 DescribableRepresents 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 StringgetDisplayName()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.
-
-