Interface CanRunOnCalculator
-
public interface CanRunOnCalculator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCanRunOnAgent(SBuildAgent agent)booleanisCanRunOnAgentType(SAgentType agentType)
-
-
-
Method Detail
-
isCanRunOnAgent
boolean isCanRunOnAgent(@NotNull SBuildAgent agent)
-
isCanRunOnAgentType
boolean isCanRunOnAgentType(@NotNull SAgentType agentType)
-
-