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