Class CompatibilityTableAgentType
- java.lang.Object
-
- jetbrains.buildServer.controllers.compatibility.CompatibilityTableAgentType
-
public class CompatibilityTableAgentType extends Object
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 07.07.12 10:22
-
-
Constructor Summary
Constructors Constructor Description CompatibilityTableAgentType(SAgentType agentType, VirtualAgentCompatibilityResult result, boolean canRunOn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAgentType
getAgentType()
CompatibilityResult
getCompatibility()
int
getStartingInstancesCount()
boolean
isCanRunOnAgentType()
boolean
isCanStartNewInstance()
-
-
-
Constructor Detail
-
CompatibilityTableAgentType
public CompatibilityTableAgentType(@NotNull SAgentType agentType, @NotNull VirtualAgentCompatibilityResult result, boolean canRunOn)
-
-
Method Detail
-
getAgentType
@NotNull public SAgentType getAgentType()
-
getStartingInstancesCount
public int getStartingInstancesCount()
-
isCanStartNewInstance
public boolean isCanStartNewInstance()
-
getCompatibility
@NotNull public CompatibilityResult getCompatibility()
-
isCanRunOnAgentType
public boolean isCanRunOnAgentType()
-
-