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 class
PlaceholderRunType
class
RunType
Represents a build runner on the server side.class
UnknownRunType
Represents 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 String
RunTypeItemHelper. doGetLog4jDescription(RunTypeInfo item)
protected String
RunTypeItemHelper. doGetObjectId(RunTypeInfo item)
protected String
RunTypeItemHelper. 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 class
MockRunType
-
Uses of RunTypeInfo in jetbrains.buildServer.serverSide.impl.runType
Subinterfaces of RunTypeInfo in jetbrains.buildServer.serverSide.impl.runType Modifier and Type Interface Description interface
ProjectRunType
Implement this interface in yourRunType
if this RunType belongs to a specific project.
-