Package uk.co.ractf.polaris.api.pod
Class Pod
- java.lang.Object
-
- uk.co.ractf.polaris.api.common.JsonRepresentable
-
- uk.co.ractf.polaris.api.pod.Pod
-
- Direct Known Subclasses:
Container
public abstract class Pod extends JsonRepresentable
Represents a pod that can be scheduled on Polaris
-
-
Constructor Summary
Constructors Constructor Description Pod(java.lang.String type, java.lang.String id)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
canUseRunner(java.lang.String runner)
java.lang.String
getId()
java.lang.String
getType()
-
Methods inherited from class uk.co.ractf.polaris.api.common.JsonRepresentable
parse, toJsonString
-
-