Uses of Class
jetbrains.buildServer.serverSide.RunType
-
-
Uses of RunType in jetbrains
Methods in jetbrains that return RunType Modifier and Type Method Description RunType
MockBuildRunnerDescriptor. getRunType()
-
Uses of RunType in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return RunType Modifier and Type Method Description RunType
BuildRunnerBean. getRunType()
-
Uses of RunType in jetbrains.buildServer.serverSide
Subclasses of RunType in jetbrains.buildServer.serverSide Modifier and Type Class Description class
PlaceholderRunType
class
UnknownRunType
Represents an unknown type of runner.Methods in jetbrains.buildServer.serverSide that return RunType Modifier and Type Method Description RunType
RunTypeRegistry. findRunType(String runType)
Return a run type with given name (type)RunType
AgentCompatibility. getIncompatibleRunner()
RunType
Compatibility. getIncompatibleRunner()
RunType
CompatibilityResult. getIncompatibleRunner()
Returns incompatible runner (i.e.abstract RunType
RunTypeWithExtensions. getRunType()
RunType
SBuildRunnerDescriptor. getRunType()
Return object representing type of the build runnerRunType
UnknownRunTypeWithExtensions. getRunType()
Methods in jetbrains.buildServer.serverSide that return types with arguments of type RunType Modifier and Type Method Description List<RunType>
AgentDescription. getAvailableRunTypes()
Returns list of runners available on the agentMap<SProject,Collection<? extends RunType>>
RunTypesProvider. getAvailableRunTypes()
Returns a map of projects to run types available for these projects.Collection<? extends RunType>
RunTypeRegistry. getRegisteredRunTypes()
Returns all registered run types ordered by type name.Methods in jetbrains.buildServer.serverSide with parameters of type RunType Modifier and Type Method Description Deprecation
DeprecatedRunTypes. getDeprecationReason(RunType runType)
Returns not null Deprecation if given run type is deprecated or null otherwisevoid
RunTypeRegistry. registerRunType(RunType runType)
Register a server-side implementation of build runner (or RunType).void
Compatibility. setIncompatibleRunner(RunType runType)
void
RunTypeRegistry. unregisterRunType(RunType runType)
Unregisters previously registered RunTypeConstructors in jetbrains.buildServer.serverSide with parameters of type RunType Constructor Description UnknownRunTypeWithExtensions(RunType runType)
-
Uses of RunType in jetbrains.buildServer.serverSide.agentless
Method parameters in jetbrains.buildServer.serverSide.agentless with type arguments of type RunType Modifier and Type Method Description static List<String>
ExecutorModeUtil. getFeaturesByExecutorModeSupport(List<RunType> runners, List<BuildFeature> buildFeatures, ExecutorModeSupportType executorModeSupportType)
-
Uses of RunType in jetbrains.buildServer.serverSide.agentTypes
Methods in jetbrains.buildServer.serverSide.agentTypes that return types with arguments of type RunType Modifier and Type Method Description List<RunType>
AgentTypeData. getAvailableRunTypes()
List<RunType>
AgentTypeImpl. getAvailableRunTypes()
List<RunType>
AgentTypeProperties. getAvailableRunTypes()
List<RunType>
DeadAgentType. getAvailableRunTypes()
List<RunType>
MutableAgentDescriptionProxy. getAvailableRunTypes()
Constructor parameters in jetbrains.buildServer.serverSide.agentTypes with type arguments of type RunType Constructor Description AgentTypeProperties(AgentTypeKey key, String operatingSystemName, int cpuBenchmarkIndex, Collection<RunType> availableRunTypes, Set<String> availableVcsPlugins, Map<String,String> buildParameters, Map<String,String> configParameters)
-
Uses of RunType in jetbrains.buildServer.serverSide.impl
Subclasses of RunType in jetbrains.buildServer.serverSide.impl Modifier and Type Class Description class
MockRunType
Methods in jetbrains.buildServer.serverSide.impl that return RunType Modifier and Type Method Description RunType
SBuildRunnerDescriptorImpl. getRunType()
RunType
SBuildStepDescriptorImpl. getRunType()
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type RunType Modifier and Type Method Description List<RunType>
AgentDetailsDescription. getAvailableRunTypes()
List<RunType>
MockAgentDescription. getAvailableRunTypes()
List<RunType>
UnknownAgentDescription. getAvailableRunTypes()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type RunType Modifier and Type Method Description void
MockAgentDescription. addAvailableRunnerType(RunType typeValue)
void
MockBuildAgent. addAvailableRunnerType(RunType typeValue)
BuildAgentBuilder
BuildAgentBuilder. addRunType(RunType runType)
-
Uses of RunType in jetbrains.buildServer.serverSide.impl.agent
Methods in jetbrains.buildServer.serverSide.impl.agent that return types with arguments of type RunType Modifier and Type Method Description List<RunType>
AbstractBuildAgent. getAvailableRunTypes()
List<RunType>
DummyAgentType. getAvailableRunTypes()
-
Uses of RunType in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type RunType Modifier and Type Method Description List<RunType>
SecuredAgentType. getAvailableRunTypes()
List<RunType>
SecuredBuildAgent. getAvailableRunTypes()
-
Uses of RunType in jetbrains.buildServer.serverSide.impl.runType
Methods in jetbrains.buildServer.serverSide.impl.runType that return RunType Modifier and Type Method Description RunType
CustomRunTypeResolver. findRunType(String runTypeId)
RunType
RunTypeRegistryImpl. findRunType(String runType)
Return a run type with given name (type)RunType
RunTypeWithExtensionsImpl. getRunType()
Methods in jetbrains.buildServer.serverSide.impl.runType that return types with arguments of type RunType Modifier and Type Method Description List<? extends RunType>
RunTypeRegistryImpl. getRegisteredRunTypes()
Returns all registered run types ordered by type name.Methods in jetbrains.buildServer.serverSide.impl.runType with parameters of type RunType Modifier and Type Method Description Deprecation
DeprecatedRunTypesImpl. getDeprecationReason(RunType runType)
void
RunTypeRegistryImpl. registerRunType(RunType runType)
Register a server-side implementation of build runner (or RunType).void
RunTypeRegistryImpl. unregisterRunType(RunType runType)
-