Interface BuildExecutorDescriptor
-
- All Superinterfaces:
Describable
,ParametersDescriptor
,SProjectFeatureDescriptor
- All Known Implementing Classes:
BuildExecutorDescriptorImpl
public interface BuildExecutorDescriptor extends SProjectFeatureDescriptor, Describable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
BuildExecutorType
getExecutorType()
boolean
isEnabled()
-
Methods inherited from interface jetbrains.buildServer.serverSide.Describable
getDisplayName
-
Methods inherited from interface jetbrains.buildServer.serverSide.ParametersDescriptor
getParameters, getType
-
Methods inherited from interface jetbrains.buildServer.serverSide.SProjectFeatureDescriptor
getId, getProjectId
-
-
-
-
Method Detail
-
getExecutorType
@NotNull BuildExecutorType getExecutorType()
- Returns:
- Build executor which supports this descriptor
-
isEnabled
boolean isEnabled()
-
getDescription
String getDescription()
-
-