Uses of Interface
jetbrains.buildServer.agent.AgentBuildFeature
-
Packages that use AgentBuildFeature Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl -
-
Uses of AgentBuildFeature in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return types with arguments of type AgentBuildFeature Modifier and Type Method Description Collection<AgentBuildFeature>
AgentRunningBuild. getBuildFeatures()
Collection<AgentBuildFeature>
AgentRunningBuild. getBuildFeaturesOfType(String type)
-
Uses of AgentBuildFeature in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return types with arguments of type AgentBuildFeature Modifier and Type Method Description Collection<AgentBuildFeature>
AgentRunningBuildImpl. getBuildFeatures()
Collection<AgentBuildFeature>
AgentRunningBuildImpl. getBuildFeaturesOfType(String type)
-