Uses of Interface
jetbrains.buildServer.serverSide.RunTypeInfo
-
-
Uses of RunTypeInfo in jetbrains.buildServer.serverSide
Classes in jetbrains.buildServer.serverSide that implement RunTypeInfo Modifier and Type Class Description classPlaceholderRunTypeclassRunTypeRepresents a build runner on the server side.classUnknownRunTypeRepresents an unknown type of runner. -
Uses of RunTypeInfo in jetbrains.buildServer.serverSide.audit.helpers
Methods in jetbrains.buildServer.serverSide.audit.helpers with parameters of type RunTypeInfo Modifier and Type Method Description protected StringRunTypeItemHelper. doGetLog4jDescription(RunTypeInfo item)protected StringRunTypeItemHelper. doGetObjectId(RunTypeInfo item)protected StringRunTypeItemHelper. doGetObjectName(RunTypeInfo item) -
Uses of RunTypeInfo in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement RunTypeInfo Modifier and Type Class Description classMockRunType -
Uses of RunTypeInfo in jetbrains.buildServer.serverSide.impl.runType
Subinterfaces of RunTypeInfo in jetbrains.buildServer.serverSide.impl.runType Modifier and Type Interface Description interfaceProjectRunTypeImplement this interface in yourRunTypeif this RunType belongs to a specific project.
-