Interface InstanceDecoratorPlugin

  • All Superinterfaces:
    Plugin
    All Known Implementing Classes:
    PortBinding

    public interface InstanceDecoratorPlugin
    extends Plugin
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      uk.co.ractf.polaris.api.instance.Instance decorate​(uk.co.ractf.polaris.api.instance.Instance instance, uk.co.ractf.polaris.api.task.Task task, uk.co.ractf.polaris.api.node.NodeInfo nodeInfo)  
      • Methods inherited from interface uk.co.ractf.polaris.controller.scheduler.Plugin

        getName
    • Method Detail

      • decorate

        uk.co.ractf.polaris.api.instance.Instance decorate​(uk.co.ractf.polaris.api.instance.Instance instance,
                                                           uk.co.ractf.polaris.api.task.Task task,
                                                           uk.co.ractf.polaris.api.node.NodeInfo nodeInfo)