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 StringgetDescription()StringgetDisplayName()User presentable name of the feature.BuildExecutorTypegetExecutorType()booleanisEnabled()-
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:
getExecutorTypein interfaceBuildExecutorDescriptor- Returns:
- Build executor which supports this descriptor
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin interfaceBuildExecutorDescriptor
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceBuildExecutorDescriptor
-
getDisplayName
@NotNull public String getDisplayName()
Description copied from interface:DescribableUser presentable name of the feature.- Specified by:
getDisplayNamein interfaceDescribable- Returns:
- name of the feature to show in the user interface.
-
-