Uses of Class
jetbrains.buildServer.serverSide.RunType
-
-
Uses of RunType in jetbrains
Methods in jetbrains that return RunType Modifier and Type Method Description RunTypeMockBuildRunnerDescriptor. 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 RunTypeBuildRunnerBean. getRunType() -
Uses of RunType in jetbrains.buildServer.serverSide
Subclasses of RunType in jetbrains.buildServer.serverSide Modifier and Type Class Description classPlaceholderRunTypeclassUnknownRunTypeRepresents an unknown type of runner.Methods in jetbrains.buildServer.serverSide that return RunType Modifier and Type Method Description RunTypeRunTypeRegistry. findRunType(String runType)Return a run type with given name (type)RunTypeAgentCompatibility. getIncompatibleRunner()RunTypeCompatibility. getIncompatibleRunner()RunTypeCompatibilityResult. getIncompatibleRunner()Returns incompatible runner (i.e.abstract RunTypeRunTypeWithExtensions. getRunType()RunTypeSBuildRunnerDescriptor. getRunType()Return object representing type of the build runnerRunTypeUnknownRunTypeWithExtensions. 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 DeprecationDeprecatedRunTypes. getDeprecationReason(RunType runType)Returns not null Deprecation if given run type is deprecated or null otherwisevoidRunTypeRegistry. registerRunType(RunType runType)Register a server-side implementation of build runner (or RunType).voidCompatibility. setIncompatibleRunner(RunType runType)voidRunTypeRegistry. 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 classMockRunTypeMethods in jetbrains.buildServer.serverSide.impl that return RunType Modifier and Type Method Description RunTypeSBuildRunnerDescriptorImpl. getRunType()RunTypeSBuildStepDescriptorImpl. 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 voidMockAgentDescription. addAvailableRunnerType(RunType typeValue)voidMockBuildAgent. addAvailableRunnerType(RunType typeValue)BuildAgentBuilderBuildAgentBuilder. 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 RunTypeCustomRunTypeResolver. findRunType(String runTypeId)RunTypeRunTypeRegistryImpl. findRunType(String runType)Return a run type with given name (type)RunTypeRunTypeWithExtensionsImpl. 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 DeprecationDeprecatedRunTypesImpl. getDeprecationReason(RunType runType)voidRunTypeRegistryImpl. registerRunType(RunType runType)Register a server-side implementation of build runner (or RunType).voidRunTypeRegistryImpl. unregisterRunType(RunType runType)
-