Uses of Class
jetbrains.buildServer.serverSide.RunTypeBase
-
Packages that use RunTypeBase Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.impl.runType -
-
Uses of RunTypeBase in jetbrains.buildServer.serverSide
Subclasses of RunTypeBase in jetbrains.buildServer.serverSide Modifier and Type Class Description class
PlaceholderRunType
class
RunType
Represents a build runner on the server side.class
RunTypeExtension
Extension for build configuration runner edit/view pages.class
RunTypeWithExtensions
Wrapper class used for all registeredRunType
instances.class
UnknownRunType
Represents an unknown type of runner.class
UnknownRunTypeWithExtensions
Created 30.04.13 19:13 -
Uses of RunTypeBase in jetbrains.buildServer.serverSide.impl
Subclasses of RunTypeBase in jetbrains.buildServer.serverSide.impl Modifier and Type Class Description class
MockRunType
class
MockRunTypeExtension
-
Uses of RunTypeBase in jetbrains.buildServer.serverSide.impl.runType
Subclasses of RunTypeBase in jetbrains.buildServer.serverSide.impl.runType Modifier and Type Class Description class
RunTypeWithExtensionsImpl
Methods in jetbrains.buildServer.serverSide.impl.runType with parameters of type RunTypeBase Modifier and Type Method Description boolean
RunTypeProjectFilter. accept(RunTypeBase runTypeBase, SProject context)
-