Class BuildExecutorDescriptorImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.ProjectFeatureDescriptorImpl
-
- jetbrains.buildServer.clouds.server.impl.executors.BuildExecutorDescriptorImpl
-
- All Implemented Interfaces:
BuildExecutorDescriptor
,Describable
,ParametersDescriptor
,SProjectFeatureDescriptor
public class BuildExecutorDescriptorImpl extends ProjectFeatureDescriptorImpl implements BuildExecutorDescriptor
-
-
Constructor Summary
Constructors Constructor Description BuildExecutorDescriptorImpl(String id, Map<String,String> params, String projectId, BuildExecutorType buildExecutorType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getDisplayName()
User presentable name of the feature.BuildExecutorType
getExecutorType()
boolean
isEnabled()
-
Methods inherited from class jetbrains.buildServer.serverSide.impl.ProjectFeatureDescriptorImpl
equals, getId, getParameters, getProjectId, getType, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.serverSide.ParametersDescriptor
getParameters, getType
-
Methods inherited from interface jetbrains.buildServer.serverSide.SProjectFeatureDescriptor
getId, getProjectId
-
-
-
-
Method Detail
-
getExecutorType
@NotNull public BuildExecutorType getExecutorType()
- Specified by:
getExecutorType
in interfaceBuildExecutorDescriptor
- Returns:
- Build executor which supports this descriptor
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interfaceBuildExecutorDescriptor
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceBuildExecutorDescriptor
-
getDisplayName
@NotNull public String getDisplayName()
Description copied from interface:Describable
User presentable name of the feature.- Specified by:
getDisplayName
in interfaceDescribable
- Returns:
- name of the feature to show in the user interface.
-
-