Class DockerHealthControlPanel

java.lang.Object
io.micronaut.controlpanel.core.AbstractControlPanel<DockerHealth>
io.micronaut.testresources.controlpanel.DockerHealthControlPanel
All Implemented Interfaces:
io.micronaut.controlpanel.core.ConfigurableControlPanel, io.micronaut.controlpanel.core.ControlPanel<DockerHealth>, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, io.micronaut.core.util.Toggleable

@Singleton public class DockerHealthControlPanel extends io.micronaut.controlpanel.core.AbstractControlPanel<DockerHealth>
A control panel which is responsible for showing the state of Docker images managed by the test resources service.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.micronaut.controlpanel.core.ControlPanel

    io.micronaut.controlpanel.core.ControlPanel.Category, io.micronaut.controlpanel.core.ControlPanel.View
  • Field Summary

    Fields inherited from class io.micronaut.controlpanel.core.AbstractControlPanel

    configuration, controlPanelName

    Fields inherited from interface io.micronaut.core.order.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class io.micronaut.controlpanel.core.AbstractControlPanel

    getIcon, getName, getOrder, getTitle, isEnabled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micronaut.controlpanel.core.ControlPanel

    getBodyView, getCategory, getDetailedView
  • Constructor Details

    • DockerHealthControlPanel

      protected DockerHealthControlPanel()
  • Method Details